Hey @jasonjroque ,
You’re getting that error after going to HubSpot and clicking the Authorize button, yeah?
HubSpot then redirects you back to your own site with several authorization parameters in the URL. It’s possible your site is blocking that request.
You could try deactivating any security plugins temporarily to see if that lets you though. Also check your firewall to see if any requests are being blocked.
Once you get connected you can turn your security back up, it only needs to do that as part of the initial connection.
We are using this for an intranet site (for staging/testing purposes). Our site redirects to hubspot just fine, but when it tries to authorizes it shoots out that message.
Is there a work around or something for this?
One thing is that HubSpot requires the redirect URL to be https://. So if your staging site is http://, it’s not going to connect.
If it’s trying to go to the https:// version of your site, I’ve been able to edit the URL in the browser and remove the “s”, so it’s http://, then hit Enter to go to the URL.
As long as WP Fusion can detect the &code= parameter in the URL it will be able to connect.