daichehadeo
daichehadeo
I will try to do it but for now I m enable to have some breakpoints or more logs to understand where exactly the problem is so it's hard to...
Yees I understand, I continue to investigate and keep you in touch if I have more informations. If I send you all the stacktrace form the beginning will it be...
Ok more infos: In my case it throw the exception 4 times and then it disappear but the real issue for me was a wrong context given to the `VGuard`...
I had to use a Builder widget: ``` Builder( builder: (context) => VRouter( mode: VRouterMode.history, ```
Yes exactly
The scenario is: - I have a `VGuard` to test if I m logged in. - If not I go to my login page which is an external url from...
Your welcome!
I did a try and here are the 4 errors: `Error: Exception: Tried to get applicationInstanceId but it has not been set` then: `Error: Exception: Tried to get historyLength but...