-
Notifications
You must be signed in to change notification settings - Fork 1
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
Selectgame UI #8
Conversation
…ate through context.
🚅 Previously deployed to Railway in the J-Street project. Environment has been deleted. |
On deployment there is an error: Can you check why? |
…ettings towards next-auth
@FilippoQuattrocchi |
pages/api/auth/[...nextauth].ts
Outdated
@@ -4,9 +4,18 @@ import GoogleProvider from "next-auth/providers/google" | |||
|
|||
let googleClientId = process.env.GOOGLE_CLIENT_ID | |||
let googleClientSecret = process.env.GOOGLE_CLIENT_SECRET | |||
let baseUrl = process.env.FRONT_BASE_URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the env var for frontend? Can works with a const?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now that isn't necessary. In the future I'd like to redirect to game selection page after successful login.
At the moment we need that kind of variable, I think.
Sorry, I accidentally pushed that change.
@FilippoQuattrocchi
No description provided.