I've tried everything, using workspaces, modules, symbolic links, binaries, using the root of repo and "cd" to the function but it always fails becaise git is not installed or something weird with the build.
I'm trying to have a common folder in the root with shared code and various functions inside the "functions" folder. Essentially I want a mono repo with shared code between functions. No matter what I do or which configuration, nothing works.
Did someone manage to achieve this?
Also it seems based on the "appwrite.json" there's no way to tell appwrite to download the root and cd to the function folder as it seems it is only possible when you connect Git and if you do not only it selects 1 CPU (which is not avaialbe on the free tier) but if you change the json it removes the git connection.
When I download the root and tell go to use the common folder either using mod or workspaces.
Preparing for build ...
Building ...
Compiling ...
go: openruntimes/handler@v0.0.0 (replaced by /usr/local/build): reading ../../build/go.mod: open /usr/local/build/go.mod: no such file or directory
Recommended threads
- [401] Access to this resource is blocked...
Recently I found that my console is blocked. Perhaps somebody did try to upload more documents than allowed... I'll add limitation but anybody can help to unblo...
- Can We Get Relation?
I have a collection relation, can we get the collection via query for a single request and pick or select only a few column, for now i am using double fetch try...
- Max retries exceeded
Hi! I use data query to execute a function from the frontend but always get an error: HTTPConnectionPool(host='***', port=80): Max retries exceeded with url: /v...