Skip to content
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

Starters 404 page js errors #353

Open
zacnomore opened this issue Feb 13, 2020 · 3 comments
Open

Starters 404 page js errors #353

zacnomore opened this issue Feb 13, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@zacnomore
Copy link
Contributor

Moved from: gridsome/gridsome#799

Description

Javascript error on starters 404 page.
this.$page is null"
and
t.$page is null

Steps to reproduce

https://gridsome.org/starters/fsdqs, check the console

@zacnomore
Copy link
Contributor Author

This comment may aid diagnosis: gridsome/gridsome#799 (comment)

@Erbenos
Copy link
Contributor

Erbenos commented Feb 22, 2020

Can't reproduce on current master. Public page does have the issue tho.

@florentcm
Copy link

I got the same problem, I think it has something to do with 404 on routes that have a routing template.

I have the following configured :
templates: {
ServiceGroup: '/:slug',
},

I got the same error on a url like "mywebsite.com/dfsjgknfsgnfjs" but the error goes away if I change the template to /services/:slug. But then will still have errors on "/services/dfsjgknfsgnfjs".

@mtlynch mtlynch added the bug Something isn't working label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants