Replies: 4 comments 5 replies
-
Reload the page with When you do redirects with permanent set to true, it is the browser that no longer desires to go to You can also open the devTools, and with the devTools open go to the "reload page" button (usually top left, before the URL bar), click and hold it down, until a special menu shows, then take the second option. |
Beta Was this translation helpful? Give feedback.
-
@icyJoseph Still does not work. I created a new js app just now and when i open the |
Beta Was this translation helpful? Give feedback.
-
Sorry for my late response but it worked. Thank you! |
Beta Was this translation helpful? Give feedback.
-
this is not answered in my case i tried all refresh options (chrome open devtools right click on refresh icon) deleted.next rebuilt, deleted all caches in browser and deleted the service worker, it seems maybe this is a browser issue not a nextjs issue?? but it is frustrating 😅 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Verify canary release
Provide environment information
What browser are you using? (if relevant)
Chrome
How are you deploying your application? (if relevant)
No response
Describe the Bug
I have an app that redirects from the root directory
/
to the/desk
directory. The issue is whenever I create a new nextjs app and try to access to the root directory i also get redirected to the/desk
directory.The error used to go away when I open chrome on incognito mode, but now even on incognito mode still redirecting to the
/desk
directory even though they are 2 entirely different applications.Note that it does not happen on windows, only on MAC.
Expected Behavior
When creating a new app it should not redirect when accessing the root directory.
To Reproduce
I can't reproduce it. Only happens on my MAC, is not happening on windows.
Beta Was this translation helpful? Give feedback.
All reactions