[SOLVED] File Not Found error on Function deploy on self hosted Appwrite install
- 0
- Self Hosted
- Functions
Hi, I have self-hosted my appwrite. I was trying to deploy a new function and once deployed the process failed with File not found error.
I didn't even change the files created by the appwrite init function command. I don't know what the problem is. Can anyone help?
How did you deploy?
I used the command appwrite deploy function
Did you modify anything after init?
No
Which runtime?
Node js
So it didn't build successfully?
Yes, the build failed.```{ "message": "Not Found", "code": 404, "type": "general_route_not_found", "version": "1.3.8" }``
Uhh what is that?
Raw data of the build error
There might be a bug with that raw data button...what do you actually see for the build and build logs?
Logs: No logs recorded Errors: File Not Found
Can you share a screenshot of the whole page?
So you see the code locally in your folder right? And the path matches the path in the appwrite.json?
Yes
Are you using docker desktop?
No, I have hosted it on digital ocean
How'd you install docker?
I used the appwrite image
You mean the 1 click droplet deploy?
Yes
Weird π΅βπ«
Recommended threads
- 1:1 relationship doesnβt sync after re-a...
Hi, Iβm trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...