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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- 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...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...