Hey everyone!
I've recently started using Appwrite Functions and am getting this error whenever I push a build from Github/Manually. (Incorrect string value: '\xE2' for column 'logs' at row 1)
Nothing happens on clicking "Scroll to Top". I've seen that my previous code versions where I was accessing a JSON key got deployed and worked perfectly in the Function. When I removed that line and replaced with simple dict.get("KEY_NAME", None) it gave me these build errors. I have only changed one line in my code. This error is very annoying as I have tried a lot of things to make it work, but it is the same in Manual and Github. Earlier I was able to handle this error by uploading tar.gz Manually, but now it too is not working.
Please help! Thanks!
We've seen this randomly, but now sure why it happens. Can you try rebuilding?
I've tried it, still not working. Not sure why. The function currently runs on my self-hosted instance.
What are the limitations of running functions on my self-hosted instance? I am using t3.medium (2 vCPUs) on AWS.
You need about 4GB memory. I dunno what the t3.medium has
Yup I have it.
What would be the limitations then? How many functions can I invoke per month?
Recommended threads
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...
- Server Down
Appwrite services are down. When will they start working again?