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
Any modules in the app/routes directory will become routes in your application by default. The ignoredRouteFiles option allows you to specify files that should not be included as routes.
Actual Behavior
Files listed in ignoredRouteFiles are still:
Rendering normally when accessed via their URL path
Appearing to be processed by the routing system despite being "ignored"