Posted: October 3, 2016 at 1:00 pm
|
Hi there! I’m trying to log into the EE4 app on my Android phone, this app is newly installed. I’m getting the error message “No route was found matching the URL and request method”. I have tested with Postman if I can get anything. EE version is 4.9.13.p Did I missed something? |
Can you verify with your host that the server is Apache, and whether or not it’s using FastCGI? |
|
|
I’ll contact them tomorrow for FastCGI. If not I think with the type of hosting I have I can install and enabled it… For the rest, do you think I did alright? Thanks! |
The app uses the same authentication method that Postman uses (Basic Auth). In theory it should work but we’ve seen issues where the Basic Authorization headers are not passed to the app if the server uses FastCGI. Usually the edit to the .htaccess file works to allow the Authorization headers to pass correctly even with FasctCGI. |
|
|
Ok so I don’t need FastCGI…. If I can disabled it, it’s better? |
|
I’ve uninstalled FCGI and tried, I got the same error message. Can it change something if my wordpress is in a folder, not in the root? Even if I specify in the Website URL of the app the whole url with the sub-folder? (http://www.website.com/folder/) |
Do you mind if we take a look in your WordPress admin and try testing the app using your server? Please send WordPress temporary admin level log in credentials via this form: |
|
|
I’ve just sent you the infos. Thanks! |
Hey Sandra, Thanks for sending over the login info. I found the issue. It looks like the Yoast SEO is overriding the Event Espresso REST API endpoint URLs. I installed a REST API logging plugin on your site and can see this in the logs (on your site, go to WP admin > Tools > REST API Log): This is how the endpoint URL’s should look: I went ahead and deactivated the Yoast SEO plugin and can see that the endpoints are working correctly now. Can you please try logging in via the app now? |
|
Also, FYI, I changed your .htaccess file to replace this: With this: |
|
|
Thanks a lot Seth, so it was Yoast SEO plugin the problem… I tried the line in the htaccess you put, I don’t know why it was not there when you check it? |
The support post ‘EE4 – APP – No route was found matching the URL and request method’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.