Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TypeError: Cannot read property 'indexOf' of undefined #166

Closed
djohhu opened this issue Aug 20, 2020 · 1 comment
Closed

TypeError: Cannot read property 'indexOf' of undefined #166

djohhu opened this issue Aug 20, 2020 · 1 comment

Comments

@djohhu
Copy link

djohhu commented Aug 20, 2020

Hello!
An error appears when generating. TypeError: Cannot read property 'indexOf' of undefined.
function processRoutes (options) {...}
image

@djohhu
Copy link
Author

djohhu commented Aug 20, 2020

The problem is solved if you add a check
if (route.route !== '/amp' && route.route && route.route.indexOf('/amp/') !== 0) {...}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant