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
This is odd and I'm sure this is not the way to go.
When navigating to a route with an optional parameter that has the "!" character (which means the default value will always be included in the generate function) you're required to pass that default parameter when navigating to it.
Which means the optional parameter doesn't have any purpose. As you're required to type it or it throws a ResourceNotFoundException