Next.js Discord

Discord Forum

Reset permanent route

Answered
Samir posted this in #help-forum
Open in Discord
I have 2 nextjs app.
On one app's next configurations, I added redirect from '/dashboard' to '/dashboard/seller' with permanent: true.
I turned that app off. Now opened second app, on this app whenever I go to '/dashboard' it auto redirect me to '/dashboard/seller'. How do I fix that behavior?

2 Replies