-
Notifications
You must be signed in to change notification settings - Fork 109
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
.env file with session_token required #55
Comments
Ah I see - the Tutorial does mention this exact thing.
The new link (https://redwoodjs.com/docs/tutorial/intermission#using-the-example-repo-recommended) |
@Avataw Agreed! Would you mind opening a PR to resolve this with the steps you outline above? |
Awesome - I will create a PR :) feel free to assign me ~ |
any updates? I just went through this issue |
The tutorial has been updated to include this step for quite a while now: Is there something else you think we could do to help alleviate this hiccup, @lobosan ? |
in the Readme.md of this repo that instruction is missing, also the packages are not up to date, and I'm seeing issues with the order of imports |
Hi @lobosan could you to submit a PR to add the line to generate the secret in the README? Perhaps as part of that you might be able to link the project and have the imports be reordered? |
It's trivial but after running the installation steps in the readme e.g:
git clone https://github.com/redwoodjs/redwood-tutorial cd redwood-tutorial yarn install yarn rw prisma migrate dev yarn rw dev
I was not able to sign up or login - it failed with 500s
The console I ran
yarn rw dev
with does show an appropriate messageI would suggest one of the following options:
A) mention in the README that the .env file with a user created session_secret is required to run it out of the box
B) properly show an error toast when the signup or login button have 500s
The text was updated successfully, but these errors were encountered: