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 : https://appwrite.io/blog/post/announcing-dart-flutter-runtimes
The problem is that when pushing a function, only its folder is uploaded to build it and dart fails to retrieve the workspace of the parent pubspec and fails with the following error:
Found a pubspec.yaml at /usr/local/build. But it has resolution workspace.
But found no workspace root including it in parent directories.
Whats the good approach here? Thanks!
Recommended threads
- Scheduled functions (CRON) not firing — ...
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...