Next.js Discord

Discord Forum

output: 'export': links not working properly

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
When I use output: export together with trailingSlash: true navigation on the static page is not working properly. next is generating the .txt files used for prefetching as /some-route/index.txt. However, it is trying to prefetch /some-route.txt. This leads to an error and to a full page reload when navigating...

1 Reply

Cape lionOP
I'm still experiencing this issue. Is this a layer 8 problem?