Hey I tried connecting to github (which worked) - but once i try to deploy the status gets stuck on “processing” no logs show up. When trying to redeploy I get the error message “The requested route not found”. I tried every possible combination of Entrypoint and Git settings. But nothing worked.
I also tried creating a new repository with a template. But the appropriate cloud did not create any code, just an empty repository. Same issues as well.
Also manual deployment (.tar.gz) does not work.
My sample main function:
import datetime
def main(context):
current_utc_time = datetime.datetime.now(datetime.UTC)
# Return current UTC time in ISO8601 format
return context.res.json({"now": current_utc_time.isoformat() + "Z"})
Folder structure: my_git_repository/src/main.py
(pls note i removed the build command [install requirements.txt] since i don't use any additional packages)
What am I doing wrong?
what's your project id and function id
I shared over pm - hope that's fine for you 🙂
Recommended threads
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?