which came up after a fresh install ... 1.5.5 flutter app (auth everything all working fine 1.4.13) the cors all seem to be broken when i create account it says URL host must be one of: localhost, appwr.mydomain.com , *.mydomain.com but im using flutter and also the lastest plugin...i added the platform etc with the appids like com.mydomain.myapp (reverse) why is the flutter app (androind) ....saying the above ... i cant get passed this ...i deleted all platform and re-added step by step ...still nothing... also it creates the account actually but still says the above. cors message...and wont allow login (with the above) i am using a ios, android version and 2 apps so i have like 4 of these com.mydomain.myapp1-android com.mydomain.myapp1-ios ...and so on like 1 for each ...always did it this way all my apps work (this is self hosted instance ...in linode) also the origin shows in the profiler as origin [appwrite-android://com.mydomain.myapp] is this string not matching ...? cos i use the console UI to choose is this a bug ? my app never had this issue i always just app my bundle IDs or URLs
What is your code?
Recommended threads
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?