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
We only have one 404 page for everything. NextJS allows for per-segment 404-pages.
Motivation
A user might wish to navigate to did/page/[scope]/[name], but end type in something in the format did/page/[scope] only, or did/page/[scope]/[name]/[unneccessarry stuff]. It would be nice to make sense of the built-in nextjs functionality to gently remind users of the right URL format (instead of giving the generic 404 message).
And apart from that, it would be great to replace the 404 page that comes shipped with nextjs with something specific to our project (also following our design guidelines).
Change
No response
Additional Information
The Rucio API needs to be changed.
The text was updated successfully, but these errors were encountered:
Description
We only have one 404 page for everything. NextJS allows for per-segment 404-pages.
Motivation
A user might wish to navigate to
did/page/[scope]/[name]
, but end type in something in the formatdid/page/[scope]
only, ordid/page/[scope]/[name]/[unneccessarry stuff]
. It would be nice to make sense of the built-in nextjs functionality to gently remind users of the right URL format (instead of giving the generic 404 message).And apart from that, it would be great to replace the 404 page that comes shipped with nextjs with something specific to our project (also following our design guidelines).
Change
No response
Additional Information
The text was updated successfully, but these errors were encountered: