CJ Oyales

Results 8 comments of CJ Oyales

> Try reducing the concurrency using `maxConcurrentRoutes`. tried ``` maxConcurrentRoutes: 1, ``` still getting this error

when i first prerender 100+ routes for my project it works fine it fails about 2-3 times but retrying solves the issue, but after a week, i came to fix...

edit: previous image was captured during an overwrite of the dist directory

same issue when using it together with nuxt-i18n and hash routes ``` - pages - index ``` link code `Home` error ``` vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid component name: "pages/index.vue". Component...

haven't found a solution for this. using transition may work but it would also affect the smooth panning

I made it work by removing the smoothScroll for the pan ``` smoothScroll: false ``` then on the css side I added a transition ``` transition: transform 0.6s cubic-bezier(0, 0,...

it also affects the savedposition on scrollbehavior