Error on login with github, ENV variables is not set in GUI container
Hello, I was trying to up a clean instalation in PROD mode in my server but I'm getting a error when I try to login with github.
When I click in the github icon the page redirect me to:
https://github.com/login/oauth/authorize?scope=user:email&client_id=undefined
This link redirect me to 404 of github website.
I was reading the code and I notice the process.env in gui container is empty.
The follow line return undefined and this is placed in the url.
export const githubClientId = () => {
return GITHUB_CLIENT_ID;
};
I can't find where the env variables were set and no .env should be created.
@Tdmain what you said makes no sense, has no context, and does nothing to help this issue.
I don't know where the correlation is between the env variables not defined in the frontend and scooping the id of somewhere.
Having the same issues, Had the same issues with the first release too
@crazynds @Techfluent-au Thanks for reporting.
Please join our discord community https://discord.gg/VzFXWu2q Let's discuss what you are trying to setup in discord.