Posted: September 14, 2020 at 9:39 pm
I found this, and am having the same issue: Made sure WordPress Admin had all capabilities, and also checked the event administrator. None of these capabilities allow the user to check-in on the android app, it seems. |
|
I should add, admin can check them in on the web app via the console…. |
|
This reply has been marked as private. | |
Hi, Can you send me the login credentials so I can take a look at the request being sent? If you can also install the REST API log plugin on the site I’ll check the request/response there with the same credentials: https://wordpress.org/plugins/wp-rest-api-log/ You can send credentials using this form: https://eventespresso.com/send-login-details/ Note, in the thread you linked to I couldn’t reproduce, even when logging into the users site and testing on their site it worked as expected for me. So please provide the steps you are taking in the app in the form so I can repeat the same test.
Just a quick note that ‘bumping‘ your threads will usually have the opposite effect than intended as we sort threads by reply date. |
|
Sorry about the bump! shouldn’t be so impatient. You guys always provide good service. Not sure if i follow about the thread. What i tried to do was log into the mobile app > navigate to an event/datetime > try and sign someone in that has a ticket for that event. thanks again for yoru help. Credentials sent. |
|
just nailed the problem. I was using http://www.xxxx.ca for my web address at the login screen. Needed to use https://xxx.ca for it. Seems to be working great now! FYI, it was allowing me to see the registration, but not toggle it to be adjusted (required SSL to do that, I guess)? Prob worth a check on login that it’s correct… Thanks for looking at this. |
|
You can leave the schema off the URL, the app will check if SSL is enabled for you.
There’s already a check to try an ensure the correct REST API url is used but it is heavily dependant on your server setup and if you are using any code/plugins to ‘clean’ the sites headers (which it looks like you may be). You’ll usually have a To explain, the reason you could view the registrations is likely because they use GET requests, which you can redirect without an issue. Checking in a registration sends a POST request which needs either HTTP 307 or 308 redirects and as we aren’t handling the redirect from In short it is expected that users will input whatever domain is actually in use on the site, we can try and work around it a little but it’s not reliable as it depends on your set up. |
|
The support post ‘Admin Can't Check People in Using Mobile’ 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.