In the same boat…
Working install for about a week. Had the iOS app connecting fine. Created new accounts for Assistants in WordPress backend. Sent credentials to client. Email back that it’s not working. I log out of iOS app, try new credentials, and it doesn’t work. Try to log in with my working credentials and it doesn’t work.
Here is the breakdown of what it’s doing from the app side.
1. if I use incorrect username or password, I get the error, which seems to be the default… get the same error (“Wrong username or password”) if the url is wrong.
2. if I use correct credentials, I get no error, but I don’t go to next page in the app. I’m stuck at login screen with the data in the login fields.
Ran through all your documentation, which is pretty good BTW. Kudos.
I’ve tried swapping themes (Astra for twentytwenty) and disabling all plugins.
I’ve deleted the Salon plugin and reinstalled it (BTW, deleting the plugin doesn’t delete the data,
was there when I reinstalled the Salon plugin).
1 PHP error from apache (Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
)
and wp-json returns data on a call. Query monitor is not recording any api calls, but there must be some because it seems to know when the credentials are correct.
Only thing remarkable about the install is that it’s in a subfolder, not at root level, but it was working fine yesterday. I’m including the subfolder in the path/domain in iOS app. Tried with and without trailing /. No joy.
PHP: 7.45
Curl is active.
Please let me know if you need anything else.