I've been experiencing function deploy failures several times lately, error: Incorrect string value: '\xE2\x94' for column 'logs' at row 1 But it's working after redeploy
Project id: RSS_Translator Function id: rss_action Deployment id: 65220a1cc3e64e74d071 SDK: Python
I've been running into the exact same issue.
If it's any help, I have a single repo and organize my functions with different root folders. I noticed pushing new code to one function causes them all to redeploy, and this error seems to happen as long as there is one of the functions still building
what runtime?
weird.....do you have a way for us to reproduce it reliably?
Python 3.9
I'm sorry, there is no pattern to this error, and there is nothing I can do to make it reproduce itself
I had an issue deploying a function. It said that a certain runtime was not found. I wasn't using that runtime but remember entering it in the .env file. So after updating the env and deleting the function from the server and then re-deploying the function it worked. Perhaps some caching . idk
Recommended threads
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...