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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Enabling Overage Usage
Hello Appwrite Support Team, I am currently using Appwrite under the GitHub Student Developer Pack plan. Recently, my project hit the database read limit, and ...
- appwrite-docs MCP fails in Cursor — SSE ...
Hi team, I'm having trouble getting the hosted Appwrite docs MCP working in Cursor on Windows. Environment IDE: Cursor (latest) OS: Windows 11 Node: v24.15.0 ...