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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...