Posted: May 1, 2018 at 8:42 pm
|
Hi, But now my client has this error message when he tries to login the app: And me, I have this error message when I try to login the app: Also, when a client tried the completed a transaction at the step 2, this error message showed up: Thanks |
Hi there, If the above is the only change you made to the site to enable HTTPS then what your doing is not actually telling the site to use HTTPS, your redirecting all HTTP requests to HTTPS (similar but different). However, I just tested a registration on your site and didn’t run into any problems on step 2, I’ve been directed to PayPal to make a payment. Are you still running into problems? |
|
|
Hi, And what about the error with the app ? Thanks |
The error from the app may be solved by adding this line to that same .htaccess file before the added rewrite rules:
Then, when you input the site URL into the app’s log in form please be sure to include the https:// part of the URL. |
|
|
I added the line but I have the same error. Here my .htaccess file: # BEGIN WordPress # END WordPress |
You can follow this troubleshooting guide: https://eventespresso.com/wiki/ee4-event-apps/#troubleshooting |
|
|
Hi, -The Mobile apps require that the permalinks are set to Post Name. (It is okay in the site) -WP_DEBUG must be set to false. (yes it is) -If the above steps do not resolve the issue you can temporarily deactivate all plugins except Event Espresso, switch to the default theme, then try the app again. ( I did it and the app do not work) -You will need Event Espresso version 4.8.41+ and WordPress 4.5+ to connect your mobile device to your website. (I have the latest version) What do I do next ? |
You can also try removing the .htaccess edits originally reported in this thread and install this plugin: |
|
|
Hi, It is very important that we find the problem, I need it before my next event. Thanks |
We should be able to find the problem if you can rule out exactly everything that was changed since the time the app was working. Further to the above, when was the last time you successfully used the app where it connected to your site as expected? |
|
|
The app stop working after I transfer for a https. I did all the necessary step to have my SSL certificate work. I did follow this tutorial: 1)My hosting company installed the SSL certificate. My hosting company use HTTP/2 for the site running with SSL, I do not know, maybe it can be the problem ? After these change, the app didn’t work. Thanks |
|
Hi, My hosting company told me that they use http/2 for their site using SSL certificate. Maybe it can change something with our problem … Thanks |
You could try backing up your .htaccess file, then empty the file, then head over to your site’s WP > Settings > Permalinks. WordPress will write some default rewrite rules when you visit that page. Then at that point try the app. If you continue to get the error, you add this to the new .htaccess file:
Then try the app again. If the error persists, you can try adding one more line to the .htaccess just after
|
|
|
Hi, # END WordPress But I do have the same error message: I am using Android and my client use an iPhone, we do not have the same error. |
Hi there, What are your permalinks currently set to on the site? ‘Pretty’ permalinks are all failing on the site currenty, if you go to the home page and click any link on the nav menu you’ll get 404. But, if you use the ‘plain’ link, for example: {domain}/?espresso_events=soyez-lexpert-de-votre-bebe-sherbrooke/ it loads correctly. |
|
|
That is new … |
Yes those are working now. If you’re still working at troubleshooting the app authorization issues you could install the REST API Log plugin and try the apps again. Then there will be some REST API responses logged (with errors) from the apps trying to connect to your site. |
|
Also, do not set ‘https://’ in the app, let the app do it for you. So if your domain is |
|
|
For now, all the log I have with the plugin give me a status 200. I do not see error, but I don’t think the log come from the mobile application. When I try to login the app, I do not see it in the REST API plugin. |
So if your loading the REST API Log then trying to log into app and refreshing the API log but no additional logs entries are made, something on the server is likely blocking the request before it hits the site. Clear the log (Settings -> Rest API log -> Purge entries) Then try logging into the app and recheck the log to confirm if no entries are made? |
|
|
I confirm, no entries are made. It looks like all the entries are associated with a Failed Transactions from Event Espresso. Maybe it is another problem but some of my client had this error message: “This registration step could not be completed. Please refresh the page and try again.” |
To confirm, you are looking in the REST API Log? Not the server’s error logs, correct? I don’t believe you should have any entries in the REST API log for EE transactions.
That’s a general error and means something went wrong during the registration, if you look in the servers error logs (not the REST API Log), can you see any errors from EE there? |
|
|
I confirm I’m looking at REST API LOG and not the server’s log. /ee/v4.8.36/site_info Some title only says : “/” When I’m trying to open those who only give “/” as the title, the page never open. |
It sounds like the REST API requests from the app aren’t even making it to your server. You could check to see if the host changed anything else other than added an SSL cert. Perhaps there’s a firewall that’s restricting those requests. |
|
|
My host is asking what is the IP address of the app. Where your app is hosted and what is the IP. Is it making sense ? |
The IP address will be the IP address from your device. The app isn’t actually a hosted application, it’s an application you download to your device. Then your device connects to your server to get the event & registration data. |
|
|
Hi, |
Yes I believe so because WPEngine uses the SNI protocol and sites hosted on WPEngine have no issues with app authentication. |
|
The support post ‘App login error after changing URL for a SSL’ 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.