Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added auth0_domain and auth0_client_id initial todo-app #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bws9000
Copy link

@bws9000 bws9000 commented Oct 14, 2024

when you first install the app from the repo as in the instructions without any modifications npm run dev
const authDomain = process.env.NEXT_PUBLIC_AUTH_DOMAIN;
const authClient = process.env.NEXT_PUBLIC_AUTH_CLIENT;
in _app.tsx

Is just missing:
process.env.AUTH0_DOMAIN
process.env.AUTH0_CLIENT_ID

and it throws an error immediately if you have it or not I just separated it in the _app.tsx so you get the todo-app instead of an error page when you've set it up correctly.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant