Eventbrite SuiteCRM integration brings you an option to synchronize those event and attendee details to SuiteCRM. Great for funneling these new leads or contacts into your post-event marketing campaigns.
#2164 - Redirect URI hostnames must match
Just purchased. Installation failed at the end of https://store.suitecrm.com/docs/eventbrite-suitecrm/installation-guide step 3 when authenticating to EventBrite. Message display from EventBrite's site:
The application you're trying to use has made an invalid request to Eventbrite. Please contact the application developer. Redirect URI hostnames must match
Settings attached as graphic.
5 years ago
Hello,
It seems your CRM SiteURL is not matching to the Eventbrite's application URL and OAuth Redirect URL. Can you verify the site_url in your config.php file? If you need assistance, please get in touch with us over skype, Skype id is: urdhvatech
Thanks & Regards, Team Urdhva Tech
5 years ago
This is what we have set:
'site_url' => 'http://crm.manifest.info:443',
5 years ago
It seems http://crm.manifest.info:443 is not available publically. But works without :443 So can you remove the :443 from your site_url? and on the Eventbrite's configuration Give the Application URL = http://crm.manifest.info and OAuth Redirect URL = http://crm.manifest.info/UT_EBCallback.php
5 years ago
New API key generated and set as application URL: https://crm.manifest.info/ OauthURL https://crm.manifest.info/UT_EBCallback.php Same result: Redirect URI hostnames must match
5 years ago
Your site_url in config.php should be https://crm.manifest.info Without the trailing '/' and in EventBrite application URL: https://crm.manifest.info Without the trailing '/' OauthURL https://crm.manifest.info/UT_EBCallback.php
5 years ago
Changing the 'site_url' to https://crm.manifest.info gets us past this error.
5 years ago
We now have a "Possible Cross Site Request Forgery (XSRF) Attack Detected" warning page - am investigating.
5 years ago
Adding $sugar_config['http_referer']['list'][] = 'www.eventbrite.co.uk'; to our config_override.php file cured that.
5 years ago
Cheers, Feel free to ask if you have any question
Thanks & Regards, Team Urdhva Tech