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

Blank login page on first load #719

Open
haydenrou opened this issue Feb 16, 2024 · 0 comments
Open

Blank login page on first load #719

haydenrou opened this issue Feb 16, 2024 · 0 comments
Labels
Help Wanted type:bug Issues that impair or prevent product functionality

Comments

@haydenrou
Copy link
Collaborator

From the README:

On first load, the app displays a blank beige screen instead of the login screen. Temporary fix is to add console.log(process.env.FACEBOOK_APP_ID) right inside of the module.exports at the top of the frontend/config/environment.js file. You can then refresh the page (no need to kill Docker) and this should fix it. You can now remove the log.

The error displays in the console as follows, until you console.log per the above comment.

  • Uncaught Error: Expected configuration value appId to be defined for provider named facebook-connect

It seems to be coming from the ember package ember-simple-auth, this link may be useful: https://github.com/mainmatter/ember-simple-auth/blob/master/guides/auth-torii-with-github.md

@haydenrou haydenrou added type:bug Issues that impair or prevent product functionality Help Wanted labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted type:bug Issues that impair or prevent product functionality
Projects
None yet
Development

No branches or pull requests

1 participant