After NextJS Upgrade (14.2.3 to 15.1.7) permanentRedirect routes are no longer statically generated
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
I upgraded a bunch of stuff (react and libs) so I dont know if its the core Next upgrade, but I think it is. Before I got the routes that are redirects generated statically, now they are dynamic
1 Reply
Sun bearOP
The route.ts only contains
export async function GET() {
permanentRedirect("/documentation")
}
export async function GET() {
permanentRedirect("/documentation")
}