Callback URL

Hi,

I followed the react SDK login for my react app. The config locally was ‘http://localhost:8080/callback’ and it worked pretty well. I now moved my app on http server,
had to change callback url to “http://www.kloulearn.com/voting/callback” but now the authentication process doesn’t finish well and had the following issue : Forbidden

You don’t have permission to access /voting/callback/ on this server. I checked the permissions of callback directory they looks ok.

A help is welcome

This seems like permissions or config issue on your server. For non-Auth0 related questions, you would be better off inquiring on a more general forum, such as StackOverflow.

This seems like permissions or config issue on your server. For non-Auth0 related questions, you would be better off inquiring on a more general forum, such as StackOverflow.