-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Unable to run Functions on Cloud #6018
Comments
Could you please walk me through the steps followed by you for setting up the Appwrite cloud? |
Yes,sure @Rithwik0480 Appwrite>Project>Function>>> Went to Function > Create Deployment When Pressing when i look into its Logs there are no Responses, Logs or even Errors. |
If that is your full function code, it won't run successfully. Please follow the docs for functions for how your function should be written. Also, I highly recommend using the CLI (as mentioned in the docs) to initialize and deploy your function. |
Can u just share me a gzip template itll be a bit convinient |
I think this is related to this issue |
@MohamedKamran, is your problem resolved yet? FYI, I'll need to close this due to inactivity soon. |
Look, its not solved its better u provide me with a template btw i just figured alternative so its not actually solved but Yh we are good with closing this issue. Just provide me a template |
👟 Reproduction steps
I just made a function Python 3.9 pretty simple one
print("Hello Appwrite")
and just executed
👍 Expected behavior
Give in The logs as
Hello Appwrite
👎 Actual Behavior
Execution > Failed >
No Response Recorded
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
MacOS
🧱 Your Environment
Appwrite Cloud
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: