Hello. Using Wasabi as storage.
Coded function in dart. Even simple functions cant be deployed.
Runtime: Dart - 2.17 When trying to deploy and activate any function: Logs: No logs recorded Error: Could not resolve host: .s3.eu-central-2.wasabisys.com
When trying to activate: Build with the requested ID is building and not ready for execution.
Also tried to make uploaded file public access in Wasabi console.
Hi
Can you let me know the memory assigned?
You can check _APP_FUNCTIONS_MEMORY
_APP_FUNCTIONS_MEMORY - 0
Can you try setting it to 2048 and try again?
Did that, Nothing chaned
ok, allow me to look into this further since this is not a memory issue
Thank u)
Hi again
So
As you can see in your host the bucket is missing
So what you need to do is
Check your environment variables for the wasabi bucket and once you have it you can append that to your host
Thank you, for ur response. You mean:
_APP_STORAGE_WASABI_BUCKET
_APP_STORAGE_WASABI_REGION And others?
If so, they are all done, and I’m able to upload and manipulate any files in wasabi storage by sdk
If so, they are all done, and I’m able to upload and manipulate any files in wasabi storage by sdk What do you mean by this?
Earlier, there was error on appwrite side, so I wasn’t able to upload any files to wasabi throw appwrite console. This was fixed with new update. So, I was thinking, may be something related to this error?
All env variables a set correctly. So it uploaded tz archive to wasabi. But nothing happens after. Function not deploying and not activated
Does docker compose exec appwrite-executor vars show the right wasabi values?
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?