ioel
ioel
@RobbyKetchell this didn't work for me, that is weird because it was working before, and on my other projects when i run the command it works.
**Versions:** `"telegram": "^2.20.10"` Curious if this issue would occur in a telegram python package, though i wouldn't want to switch from nodejs... This also occurs for me. ```ts async function...
After downgrading to 19.0.0, it still doesn't work on production, and work time to times in local, but most of the time it doesn't work > **Versions:** `"telegram": "^2.20.10"` >...
Another weird behavior: I tried to add the `.staging` suffix to the intent-filter on `AndroidManifest.xml` (as we append it when testing our app locally) , and added the new redirect...
what do you mean ? In my code this is not applicationId, it is literally com.myApp.staging
I tried to create a sample app and it is working as expected on both os. It seems that the app we created in our company cause the glitch but...
I am not sure, because in my case the redirect uri match the one in the app registration
i tried to use the `redirectUri` param in the initialization, and it did help returning to the app, but it gives the ```"User cancelled the auth"``` error now.. I don't...
@vmurin Do you think it's ok to delete the `` if I use the `redirectUri` parameter in the `AzureAuth` initialization ?
I want to add that this issue also happens with development build, not only expo-go. When using expo-router, i expect to have the same features that react-navigation and having this...