Next.js Discord

Discord Forum

Next config

Unanswered
censmart posted this in #help-forum
Open in Discord
I used the async redirect function in my NextJS config file, and set permanent true, now I can't revert again, how do I stop that

1 Reply

@censmart I used the async redirect function in my NextJS config file, and set permanent true, now I can't revert again, how do I stop that
https://stackoverflow.com/a/21396547

this is why I never use permanent redirects unless my entire extended family are all triply sure the redirect won’t ever be changed again.

Now for how to clear this, there is no way for the website to clear the redirect. Users have to manually clear the browser cache.