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
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...