Threads
Getting CORS error when accessing website hosted with Appwrite Sites
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-razumly.appwrite.network' has been blocked...
- Sites
- Web
- Cloud
Deleted a column but can't reuse name
I deleted a relationship column because I was having trouble with deleting a row and I was suspicious of the relationship. After deleting the column the row was successfully deleted, however now I can...
- Cloud
Can't specify $id when creating a row through a relationship.
When executing tablesDB.create_row( database_id, table_id, row_id, { rels=[ { $id=id1, node1=id2, node2=id3, }, { $id=id2, node1=id1, node2=...
- Functions
- Cloud
Getting an Interesting error when trying to create a transaction
When I try to execute tx = tablesDB.create_transaction() I get this error message: app.############@service.cloud.appwrite.io (role: applications) missing scopes (["rows.write"]) Other database oper...
- Functions
- Cloud