Have you added https and /v1 to the client init code?
For example
.setEndpoint('https://cloud.appwrite.io/v1')
yep
I've tried a few more things now, but.. I'm stuck. and if you don't even have a solution, I'll probably have to hang up the app first 😅
Can you DM me what you put for the endpoint?
sure
thanks...this seems fine...and the same hostname is shown in the error message?
yap
what device is this running on?
On my Phone
Android 13
so on your phone, can you open the browser and browse to the same hostname (using https)?
no it is white by both domains
Well, maybe that's my mistake, but if I remove the /v1 at the back I can call up the pages, only with the /v1 at the back it doesn't work
ya just browse to the hostname without the /v1.
So, on your phone, you can browse to the page?
ya sry i can browse them on my phone
you're not using setKey in a client app, are you?
I use a SetKey, but only to retrieve things like images and stuff, otherwise I don't use one
You should not use it client-sided
hmm ok then I'll change that but then I still have the problem because as I said my websites all work or do I just get something wrong <:ASpikaThink:584087705558974494>
maybe your app is missing some internet permissions
ooooh my god... Steven... please delete me xD I looked everywhere and thought at first that it could be because of it but in "all" AndroidManifest.xml the codes were inside only in one not. Thank you and I'm really sorry. That's something so puny.. I didn't notice it myself, I hope you can forgive me for wasting your time so much...
<:shiroGomen:362263232821460992>
[SOLVED] integrations problem
Recommended threads
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...