WordPress Connection Fails

I’ve tried everything, I’m tearing my hair out. Downloaded the Make plugin, installed, grabbed the API Key, initiate connection on Make and get a 401 error. Check credentials. 401.

image

I enabled CORS on the wordpress site, deactivated plug in by plug in, can’t get anything to work.

Verified the URL (https://endeavorsolutions.group/wp-json), its good. I’m stumped.

Any help, GREATLY APPRECIATED.
Kate

Installed the dev tools thing on chrome and it shows as 424 error.

And some more data, in case this helps someone smarter than me on this stuff…


And a test of the API and CORS

1 Like

Welcome to the Make community!

For complex technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your situation might not be suitable for an open forum discussion.

You can open a new ticket, or if you are unable to login for some reason, you also can reach support using the contact form on the website.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

At least I’m not doing something obviously wrong! I logged a ticket, I’ll circle back here with the solution.

1 Like

I spent a lot of time on this and in the end found out that there is 2 version of accessing the api endpoint a “permalink” and a non permalink (normal link) endpoint.

Try using
https://endeavorsolutions.group/?rest_route=/
instead of
https://endeavorsolutions.group/wp-json/
and see if that helps.

It instantly fixed my issues of connecting, and didn’t need to do anything with .htaccess files which other advice has mentioned.

2 Likes