There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us with this tracking id:
I’m trying to implement custom domains with auth0/auth0-spa-js.
I’ve followed all the instructions from the documentation provided.
Context:
- Using universal login with no custom login page
- Setting
domainon the front end to the my approved custom domainlogin.superfitapp.com - Setting backend jwt
issuertohttps://login.superfitapp.com/(with the slash at the end)
I don’t know what else I am missing. My custom domain is managed by cloudflare and I set the CNAME ‘login’ to the correct address provided by auth0. What could I be missing?