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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...