when i run appwrite deploy function no active function is visible on appwrite console
That's because you didn't deploy anything. See that message that says:
Success Deployed 0 functions.
then what exactly does appwrite deploy functions do?
it deploys functions that you select
because in the docs its written after hitting this go to appwrite dashboard
try running appwrite deploy function
again and read the prompt before proceeding
ya
it says select which funtion to deploy
ooooo
wait
i think i forgot to select the funtion
function
ππ
high time i sleep
thankyou @Steven
[SOLVED] No functions visible
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, Iβm running into an issue with my self-hosted Appwrite instance. Iβve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...