I be getting this error on my console.
GET https://cloud.appwrite.io/v1/account 401 (Unauthorized)
When I fill my form and click my submit button a Post request is created but it also encounters a similar error.
TL;DR
Developers are experiencing unauthenticated errors sending data to the Appwrite database even though they are not successful. This is expected if not logged in. To assist further, requesting full details of the request and response. The errors being encountered are 401 Unauthorized.
Steven
2 Mar, 2024, 16:50
That error is expected if you're not logged in.
As for your post...can you provide more details like the full request and response?