Reset permanent route
Answered
Samir posted this in #help-forum
SamirOP
I have 2 nextjs app.
On one app's next configurations, I added redirect from '/dashboard' to '/dashboard/seller' with
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?
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
SamirOP
okay thx