Hi! Is there a way that i can somehow get an error code next to appwriteException errors? Right now i get errors like this: Error: AppwriteException: Creation of a session is prohibited when a session is active.
There is no code attached to that.
the error will be shown from the part where you catch this error so you can add a text bfore each error log so that you can see where the error is coming from
i know where this is coming from, i would need the code so i can write my own error messages in my language.
you can do catch error then throw a new error text ...
Recommended threads
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...