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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- 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...