GitHub pages fail to work with Auth0 login

Hi! I deployed my single-page javascript app to GitHub pages and Auth0 login broke.
This is my app: https://katerynahutyryak.github.io/Forkify-client/

If I add https://katerynahutyryak.github.io as an Allowed Callback Url, I get error: 404 There isn’t a GitHub Pages site here.

If I add https://katerynahutyryak.github.io/Forkify-client/ as an Allowed Callback Url, I get the Auth0 error: Callback URL mismatch.
The provided redirect_uri is not in the list of allowed callback URLs.

Could you please provide a way to fix this?

1 Like