nuxt-community / sitemap-module

Sitemap Module for Nuxt 2
https://sitemap.nuxtjs.org
MIT License
690 stars 128 forks source link

router.forEach is not a function #161

Closed bootsmann95 closed 4 years ago

bootsmann95 commented 4 years ago

I get this error when using npm run generate:

image

i guuesh it is beacuse I use the extendRoutes as async call. Have you fixed this?

rchl commented 4 years ago

This is fixed in Nuxt 2.14.4 or thereabouts, I believe.

bootsmann95 commented 4 years ago

Thank you @rchl worked updating nuxt