You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I prerender my app I've got this error.
TypeError: Cannot read properties of null (reading 'queryParams')
at containsTree (<dist-path>\server\main.js:1:3389104)
at Array.some (<anonymous>)
at PrefetchRegistry.shouldPrefetch (<dist-path>\server\main.js:1:3388802)
at QuicklinkStrategy.preload (<dist-path>\server\main.js:1:3395113)
at RouterPreloader.preloadConfig (<dist-path>\server\main.js:1:3310818)
at RouterPreloader.processRoutes (<dist-path>\server\main.js:1:3310473)
at RouterPreloader.processRoutes (<dist-path>\server\main.js:1:3310572)
at RouterPreloader.processRoutes <dist-path>\server\main.js:1:3310572)
at RouterPreloader.preload (<dist-path>\server\main.js:1:3309888)
at <dist-path>\server\main.js:1:3309836
I guess, for some reason, the tree have some segments null on the server side :
Hello, when I
prerender
my app I've got this error.I guess, for some reason, the tree have some segments
null
on the server side :The text was updated successfully, but these errors were encountered: