So when using a GET request, its throwing the following error {"message":"Server Error","code":500,"type":"general_unknown","version":"0.12.46"} I have no errors showing on my workspace, and im rather confused as to what is causing this.
it throws a AppwriteException: Invalid query: attribute not found in schema on the web console, but that is after the 400(bad request) log
So I tried something.
https://cloud.appwrite.io/v1 throws {"message":"The requested route was not found. Please refer to the API docs and try again.","code":404,"type":"general_route_not_found","version":"0.12.46"}
not sure if its related
Recommended threads
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Get Started - Web is broken
Trying to complete the get started tasks since the "66%" was finally getting to me, and clicked on "web", was met with: ``` Uncaught TypeError: Cannot read prop...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...