Hello! Would really appreciate some help if anyone is able. I followed along on a youtube video creating a fake social media app called "snapgram." Everything worked fine until I deployed it on netlify. Now, when I try and log in to snapgram, it gives me an error. CORS is expecting requests to come from localhost:... instead of the new domain given to me by netlify. Is there a way to fix this within Appwrite? Is there any type of settings I could change that would resolve this error?
You will need to add the new platform domain to the appwrite dashboard
In the overview tab, bellow stats, you have there the ability to add new platforms. You should add one and set your new domain (for example: mydomain.netlify.app)
It worked, thank you so much!
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...