Upgraded to Appwrite 1.8.0 and new functions can't be created with a "-" character in the function id. This worked fine previously. The docs mention: "Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore." https://appwrite.io/docs/references/1.8.x/server-nodejs/functions#create but the docker error logs say: "Valid chars are a-z, A-Z, 0-9, period, and underscore." (no hyphen).
Recommended threads
- Function executions not getting logged b...
Hello, I have just upgraded on a self-hosted 1.8.1 to 1.9.0 and I have a strange bug where my functions are no longer showing executions in the console, howeve...
- Appwrite 1.9 Local Console Login Issue A...
I've installed Appwrite 1.9 locally through the web wizard. When I try to log in to the console, I get the following. Any suggestion?
- > [Bug] Infinite loading on Auth /securi...
Hello everyone! 👋 I need some help with an issue I'm facing after a recent upgrade. **Context:** I just upgraded my Appwrite instance from version **1.8.1**...