-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
404 page crashes in development mode #2166
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
Comments
I personally have not experienced this. It may have to do with the server/database not being set up on your end. There are a few issues and PRs regarding whether it's possible to develop the frontend without having to setup mongodb:
I also think it's weird that the 404 page is rendered on the server and I opened an issue about that: This is what I see: edit: It seems like in my database I have no |
yeah, I don't have anything in my MongoDB database, It's running locally, and connected tho. that's why it's crashing due to 0 sketches. In this PR I just added default values to the arguments which prevented it from crashing even without any sketches. what do you think should I close It? @lindapaiste |
Not sure. You've made me realize that I'm missing the p5 examples in my local db so now I'm re-reading the docs on setting up the development environment. I think neither of us did step 10 properly. |
Ohh thanks! I've never thought that before |
Hey, thanks for all of your thoughts on this! After thinking about it, I don't think this specific issue is something we'll focus on for now, since as mentioned earlier, I feel that this might be tied to some mishaps in setting up the dev environment. Maybe some updates to the installation documentation might need to be made, but I think this might be something to revisit later in the future! |
Details about the bug:
the 404 page always crashes in development mode making it annoying for the developer to work with the application.
The text was updated successfully, but these errors were encountered: