You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is related to mixing md and js files in /pages...
warn Non-deterministic routing danger: Attempting to create page: "/dev-404-page/", but page "/dev-404-page" already exists
This could lead to non-deterministic routing behavior
warn Non-deterministic routing danger: Attempting to create page: "/404/", but page "/404" already exists
This could lead to non-deterministic routing behavior
warn Non-deterministic routing danger: Attempting to create page: "/about/", but page "/about" already exists
This could lead to non-deterministic routing behavior
warn Non-deterministic routing danger: Attempting to create page: "/beta/", but page "/beta" already exists
This could lead to non-deterministic routing behavior
warn Non-deterministic routing danger: Attempting to create page: "/contact/", but page "/contact" already exists
The text was updated successfully, but these errors were encountered:
chriswhong
changed the title
Nondeterministic Routing warnings on build
Build Warnings about Non-deterministic Routing
Oct 6, 2021
I believe this is related to mixing
md
andjs
files in/pages
...The text was updated successfully, but these errors were encountered: