I was in the middle of debugging a function when it stopped building - i noticed that it was stuck on processing so i attempted to delete the function and re-create it with the same ID. Now the function is able to build on the newest commit, but now I'm not seeing any executions or logs on the Appwrite console. Thanks in advance for the help!
are you expecting to see your old executions? or are you saying new executions aren't appearing?
what's your project id?
No - first the function wouldn't build so I created a new one - which fixed that problem. Now I'm able to hit the function from my client with errors, but i can't debug because i can't see the logs from appwrite :/
here - ||65ef90aedf3f2b5af0bb||
should I keep my project ID secret(?)
project ids don't need to be secret
how did you deploy your function?
originally it was via git commit - but this time it was just creating a new function and this was just the auto deploy
so you're able to create an execution and you get a successful repsonse back?
well it's weird because i see 2 executions now:
but my usage still shows 0:
that usage might be delayed
okay good to know
but yeah still can't interact from my client
let me poke around my code and just triple check that it's not on my side
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...