Has anyone used the function feature with .net yet, I'm getting an error that I don't know what the
- 1
- Self Hosted
- Functions
@D5 @Steven
What happened?
sorry if this function doesn't let you debug the code, do it to see if it's running correctly
What error you're getting?
@D5
This error
That's not any error
In your appwrite instance, in the functions tab, you click the function and there after opening the function you should have any errors logged
@bonglv
@D5 help me
Yes, that's enough
Wait for Steven to see it
how did you deploy the function?
I deploy with the following command: appwrite functions createDeployment \ --functionId=64c254e3c33af12f2555 \ --entrypoint='index.cs' \ --code="." \ --activate=true I want to test how it works? but i don't know how it works
That might not be the correct entry point. I recommend following this to initialize and deploy your function
I tried to follow this guide and still get the same error. if you don't mind can remote check it for me. Thank you very much
so you did:
appwrite init function
and then
appwrite deploy function
?
yes I ran that command and then created the project
Then run
appwrite deploy function
command
Yes, have I done that already? I followed the instructions on the appwrite docs, can you guys help me how to do it, I really need the function's usage but don't know how to make it work
Maybe you can share a video recording of your initializing and deploying a new function
ah yes, wait for me, I will return to the screen of the steps to implement the function
What do you mean?
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...