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
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Solution:
Create a middleware.ts to either redirect lowercase paths to current case convention or redirect to lowercase paths and change case on directories.
This is just a Next.js issue I believe. Feel free to just close this if its not a big deal.
Currently you can navigate to:
https://coxdocs.dev/ox_inventory/Guides/metadata
but not:
https://coxdocs.dev/ox_inventory/guides/metadata
Solution:
Create a
middleware.tsto either redirect lowercase paths to current case convention or redirect to lowercase paths and change case on directories.The later I think would be better in my opinion.
Example for middleware: