taneba/react-schnell

Nextjs does not update code without restarting

Closed this issue · 1 comments

Access signin/ and edit something on signin page, then next server doesn't restart. It suppose to be re-compiled and browser would reload automatically.

After investigation, it turns out that it is a bug of Nextjs.
It works exactly fine if you access with the case-equal url (e.g. SignIn/ is case-equal to pages/SignIn while signin/ and signIn/ are not).