ANY idea how to solve it, since I am not opening any link just navigating between the login and entering the main view on success
p
Pablichjenkov
11/17/2022, 8:05 AM
If it is hard for you to find the problem seeing the code, imagine someone that doesn't have the code.
Is it a crash?- you got a stacktrace?
It seems that something somewhere is invoking navigate with an invalid route
Pablichjenkov
11/17/2022, 8:19 AM
• Is NavGraph.AuthGraph a valid string?
• The other suspicious element could be
parametersOf(navController)
, what is that do?
Try to get the crash stacktrace to see the origin of the exception.