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
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?