Community members are having issues with the local auth login for the WebStudio project. They have tried generating keys, creating a GitHub app, and checking the AUTH_SECRET variable, but are still encountering problems. The instructions for setting up a local development environment are generally good, but there seems to be a missing piece of information related to the auth login stage. After some troubleshooting, one community member was able to resolve the issue by creating a .env.development file with the correct AUTH_SECRET value and rebuilding the server. The community members have discussed the issue and one has submitted a pull request to update the project documentation to address this gap.
I've tried generating keys and adding them with no luck as well as creating a github app for login. Any chance there's a missing piece of info in the instructions?
Yeah, I've tried that and no luck. I've reached out to a dev company and they are running into the same issue. I'm trying to get them to build something for me.
There was some user error going on. I was watching the server rebuild but I needed to cancel and actually rebuild after I created a .env.development file with my auth secret. Finally got it running, thanks.
Hi guys, I finally decided to read through the instructions after having been put off initially because of not being a developer but I got it set up in codespaces but I am having similar issues, i keep getting secret is incorrect.
I created a .env.development file in the root directory. Is that not how its supposed to be?