WooCommerce Ajax Error

Hi there - I’ve updated the WordPress Auth0 plugin to 5.2.1. The issues we had earlier have been resolved but there is still one error at checkout, using WooCommerce:

?wc-ajax=update_order_review 403 (Forbidden)

This makes the checkout button disabled, making taking orders impossible. This issue is only present when the Auth0 plugin is activated.

WordPress version 6.5.5. WooCommerce version 9.0.2.

Hey @markramos83 :wave:

Are there any other plugins enabled besides WooCommerce and Auth0? I understand the issue only appears when the Auth0 plugin is activated — it sounds like you might be hitting an issue with WooCommerce where a stale authenticate state is being cached by something. I am not familiar with WooCommerce enough to comment on its own caching behavior, unfortunately, but that sounds like a good place to start troubleshooting.

(For what it’s worth, the Auth0 plugin purposefully does not implement caching in the authentication state, as we’d consider it unnecessarily risky — so something else is most likely interfering there.)