Invisi
Results
2
comments of
Invisi
I've managed to get `queryIntentActivities()` to return the apps again by adding the following to the `AndroidManifest.xml`: ``` ``` Probably a good idea to add the other used intent as...
Likely the same issue as #479. Seems to be caused in this part of `useAuth.ts`, in which a URLSearchParams is thrown in a fetch as request body. https://github.com/sidebase/nuxt-auth/blob/ae2bf092f73d079a5bf479d13bf0d37db414ee23/src/runtime/composables/authjs/useAuth.ts#L121-L133