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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...