
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
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Custom Domain Issue
i have added a custom domain about 21 hours ago, but till now there is no SSL certificate is active on it. but if i do DNS check via https://dnschecker.org/#C...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
