slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
MIT License
591 stars 129 forks source link

while typing inValid URL then it is not navigating to page not found page #672

Closed lakshya2024 closed 3 months ago

lakshya2024 commented 4 months ago

when i type the inValid and enter it is not navigating to error page or Page not found Screen. instead of this, I'm getting errors in logs.

screen shot 2
stan-at-work commented 3 months ago

@lakshya2024 You need to add the "/error" route to the routebuilder.

The error route actually needs to exist.