I’ve implemented Auth0 in an app made with React-Vite.
The question is that when I do the Login or Logout I get an error that the page does not have access in Allowed Logout URLs.
There should be a clickable Technical Details button on the error page that shows more information about the error, specifically, it should state the logout URL that was not included in your Allowed Logout URLs in your Application settings.
After you have included that logout URL to your Allowed Logout URLs and have the logout button redirect the user the one of the Allowed Logout URLs, this should fix the error.