Rank 3: Container
I recently got this error that showed up like an html. Is this normal? Im using appwrite cloud
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 3: Container
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?
Rank 3: Container
Just create a document using the javascript sdk
Rank 3: Container
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?
Rank 3: Container
Rank 3: Container
it does use the https and v1 on the endpoint
Rank 3: Container
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
Rank 3: Container
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?
Rank 3: Container
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