Frontend account setup/configuration - 404 #9462
Replies: 1 comment 3 replies
-
The config file is like this:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I can't seem to make the account work on the new frontend/backend version, however it worked fine for blockscout 5.x before the frontend implementation.
When I click on the "sign-in" button of the frontend I get a 404.
Config for frontend:
NEXT_PUBLIC_IS_ACCOUNT_SUPPORTED: "true"
NEXT_PUBLIC_AUTH0_CLIENT_ID: "xxxxx"
NEXT_PUBLIC_AUTH_URL: "https://frontend_url.com"
NEXT_PUBLIC_LOGOUT_URL: "https://xxxx.us.auth0.com/v2/logout"
Config for backend:
ACCOUNT_AUTH0_CALLBACK_URL: https://backend_url.com/auth/auth0/callback
ACCOUNT_AUTH0_CLIENT_ID: xxx
ACCOUNT_AUTH0_CLIENT_SECRET: xxx
ACCOUNT_AUTH0_DOMAIN: xxx.us.auth0.com
Could somebody help please?
Beta Was this translation helpful? Give feedback.
All reactions