I wrote value of _APP_DOMAIN, but still get error "Host is not trusted. This could occur because you have not configured a custom domain. Add a custom domain to your project first and try again." What can I do?
You should call appwrite from test.platovco.ru not from 89.253.237.166
Should I clear it?
If you want to use the IP then you should use the IP in you .env file
Oh, i see
Did it work for you? can I close this issue?
I will try it tomorrow only
All is good, you can close, thank you
[SOLVED] Host is not trusted in
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...