-
Notifications
You must be signed in to change notification settings - Fork 88
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
example-forum 1.11.2 issue with database of VulcanJS version 1.8.10 ? #64
Comments
Any errors in your network tab's request responses or in the server logs? |
Sorry, the error message are TypeError: categories is undefined. The above error occurred in the component: Consider adding an error boundary to your tree to customize error handling behavior. |
Additional information, I just create a blank new database and feed this database from the default seed data, I got the same issue when trying to create new post or edit post. So the issue is not related to the database but with the code itself. I checked the example-forum code (related to modules/categories) between version 1.8.10 and version 1.11.2 and didn't find anything different so I can't understand the error message TypeError: categories is undefined |
TypeError: Cannot read property 'map' of undefined Below are the error message when using Google chrome; Uncaught (in promise) Error: Network error: Store reset while query was in flight. Consider adding an error boundary to your tree to customize error handling behavior. |
Hi,
I am testing example-forum Latest commit 41c064d and everything is working fine.
However, when I used this example-forum with my own database (that worked fine with VulcanJS version 1.8.10), I have the problem to edit post or add new post.
When I click on edit, I got the edit screen for a few second then the system is redirect automatically to localhost:3000 (no error message on the log screen). The same error with New Post.
My questions are:
Thank You
Adalidda
The text was updated successfully, but these errors were encountered: