Support

Home Forums Event Espresso Premium Event-Espresso App displays an error

Event-Espresso App displays an error

Posted: November 2, 2017 at 4:23 am

Viewing 3 reply threads


topagrar.crier

November 2, 2017 at 4:23 am

Hello, Eventespresso-Team,

I just wanted to use the IPhone-EE4 App to Scan QR-Codes to Check-In the Antendees. But the App only displays an Error after I’ve been logged in.

Is that a general Error actually or is there a way to fix it by my self?

Error Text:
Error Occurred
The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible.

Thank for your help.


Tony

  • Support Staff

November 2, 2017 at 4:53 am

Hi there,

Are you using a snippet/plugin to limit the WP REST API to logged in users only?

If so can you disable that so I can view the output on your site.

Also for the above error it may be a conflict with the Yoast SEO plugin, try adding this snippet:

add_action( 'init', 'my_remove_yoast_api', 9 );
function my_remove_yoast_api() {
  remove_action( 'init', 'wpseo_init_rest_api' );
}

To a Custom Functions Plugin on your site and see if you get the same error.


topagrar.crier

November 2, 2017 at 5:45 am

Hi Tony,
yes i’m using a snipped to limit the WP REST API.
Is it possible to limit this an use the EE4 App?

Actually i’ve disabled this sniped so it works.


Josh

  • Support Staff

November 2, 2017 at 6:13 am

Hi there,

The Event Espresso apps actually use the WP REST API to communicate with your site. If you have a way to limit by IP and or user agent then theoretically you could limit the site’s REST API to only the app. That said, other functions of your site that rely on the WP REST API will break.

Viewing 3 reply threads

The support post ‘Event-Espresso App displays an error’ 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.

Event Espresso