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

Better feedback for invalid .env file #32

Open
kristianvld opened this issue Dec 12, 2021 · 0 comments
Open

Better feedback for invalid .env file #32

kristianvld opened this issue Dec 12, 2021 · 0 comments

Comments

@kristianvld
Copy link
Contributor

The node server should give better feedback on missing/invalid variables in the .env file. E.g. if you are missing FUSION_AUTH_SECRET then you get a message containing TypeError: "secret" is required, but not mentioning the environment variable in question. There should also be some connection checks to to mongodb and fusion auth. At the moment you get a TypeError: "secret" is required error message when the mongodb connection is not successful.

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

No branches or pull requests

1 participant