ANY idea how to solve it, since I am not opening a...
# compose
e
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
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
• 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.