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
- Function was working: Failed to load ent...
I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not ex...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...
- Github Student org plan shows "Free Plan...
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?