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

Error evaluating "env(SUPABASE_AUTH_GITHUB_CLIENT_ID)": environment variable SUPABASE_AUTH_GITHUB_CLIENT_ID is unset. #72

Open
win4r opened this issue Aug 15, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@win4r
Copy link

win4r commented Aug 15, 2024

` npx supabase start

Need to install the following packages:
[email protected]
Ok to proceed? (y) y

Using workdir /Users/charlesqin/PycharmProjects/postgres-test/postgres-new
Error evaluating "env(SUPABASE_AUTH_GITHUB_CLIENT_ID)": environment variable SUPABASE_AUTH_GITHUB_CLIENT_ID is unset.
`

@win4r win4r added the bug Something isn't working label Aug 15, 2024
@alaminkouser
Copy link

facing same issue

image

@dahal4
Copy link

dahal4 commented Aug 16, 2024

Faced same issue and solved by adding the keys in the .env.local of the project root path

@alaminkouser
Copy link

What are the values of those keys?

@dahal4
Copy link

dahal4 commented Aug 16, 2024

that can be obtained from the github setting > developer setting > oauth apps and create a new oauth app
then you will obtain the values for those keys

@tungtk1975

This comment was marked as resolved.

@dahal4
Copy link

dahal4 commented Aug 16, 2024

i dont know what should be the correct value so , i have provided one random url like https://postgres-new.something.info for the home page url and for auth call back http://127.0.0.1:54321/auth/v1/callback.

if it works or not let me know

@krisnaw
Copy link

krisnaw commented Sep 15, 2024

I was facing the same issue. It turns out the issue was that I didn't copy env.example to env.local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants