I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not exist.
Any idea? I tried deploying it again from the web but getting the same
best to share more details about your codebase, or perhaps your projectid and deploymentid
Project id 64382f5fbf5f7f10b9d4, deployment id 698528ef1581eeea3d79
can you also share your source code? feel free to DM
I've created a post with the same issue but for python ^
Its definitely something to do with the entrypoint code not detecting custom entry points maybe?
Yeah, apparently something there changed. I changed mine to src/main.ts, redeployed and it worked again
<@743532656767270934> please look into it when you have time, we shouldn't be breaking production level apps on cloud
cc <@287294735054274560> are we aware of any changes to entrypoint code?
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...