Any ideas what could be causing this error
An internal curl error has occurred within the executor! Error Msg: Http invalid protocol\nError Code: 500
It happens when calling a chrome.exe file, so I'm sure it has to do with that but I'm wondering why its making this 500 appear.
I have the same issue. Did you managed to fix it somehow?
No
Maybe some fatal error is occurring causing the runtime container to crash?
Or the runtime is blocking and not returning data?
In my scenario it was casued by attempt to execute context.log(result)
where result was storage.get_file_download()
bytes result
What's interesting is that logs before this line were not available in the console.
Run the function a second time. I get this error each time the first execution after a manual deploy
I've noticed that but I also noticed I get it at random other times. Like when i tried to launch chrome in the above instance, or when fetching from cache.
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...