Hey everyone, I am facing an issue in one of my applications where trying to create the mfachallenge fails with the below error:
{ "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.0" }
Note: This was working fine since the project was deployed a couple of months ago. No code change was done. I just did a new reease with small fix for something else and this started breaking
Project details
- React
- Appwrite sdk version 17.0.0
- mfa factor - email
Faced the same issue with appwrite sdk 17.0.2 as well
Recommended threads
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...