We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow actual tutorial setup.
Get a 404 page when running yarn saber.
Get a terminal error : Error in render: "TypeError: Cannot read property 'path' of undefined"
Error in render: "TypeError: Cannot read property 'path' of undefined"
saber -v
The text was updated successfully, but these errors were encountered:
Yeah that happens when you don't have any pages, for now you can create a page to work around it.
I'll fix that later but PR is welcome, basically we need to remove the last comma here when there're no pages.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Steps to reproduce
Follow actual tutorial setup.
What is expected?
Get a 404 page when running yarn saber.
What is actually happening?
Get a terminal error :
Error in render: "TypeError: Cannot read property 'path' of undefined"
Other relevant information
saber -v
: get an error because it is not installed globallyThe text was updated successfully, but these errors were encountered: