I recently got this error that showed up like an html. Is this normal? Im using appwrite cloud
what did you do to get this?
Just create a document using the javascript sdk
Apparently I needed to give permissions to the user and I solved it, the strange thing was that the error came out as an html
that is strange...it shouldn't return HTML. are you using https for the endpoint? does it include /v1? what's your code?
it does use the https and v1 on the endpoint
and my code is:
it runs a function and the response is then parsed and used to create a document, once that document is created i create another document, and then i update the first document that was created
my code is somewhat nested, so maybe that's where the problem could come from, is there a problem with appwrite if my code is somewhat nested?
what exactly is throwing the exception?
It seems Im not getting the error html anymore It happened to me only once
but if it happens to me again, i will share all the details
Recommended threads
- How to access oldValue payload in functi...
I want to record old and new values of data changes as audits. But when i try to read row in function. The value is new already even before grt updated
- Database table mysteriously empty this m...
Hello, I'm testing out appwrite (free) with a simple vue app. This morning a I created a few indexes on a table, and then noticed that it was empty... I don't e...
- Issue: Getting 401 Unauthorized Error Wh...
Hi team, I'm encountering a 401 user_unauthorized error when trying to create a row in my projects table, even though I have full user permissions configured fo...