I'm getting a lot of "Unknown error occurred" logs - is this something wrong with the function? I'm passing in same input each time, with the function running the same logic, so I was surprised at this sort of behavior.
I also tried to re-deploy with no luck.
Can you share your project ID? Also, how often is this happening for you?
this is the first time we've ever seen this happen to one of our functions - never had a problem before. This specific issue just popped up while this function was wrapping up on development.
Project ID: ||65ef90aedf3f2b5af0bb||
thanks for the quick response!!!
Can you tell how many errors like this you're seeing in total?
yeah lemme take a look quick
and when the first and last one or if you can share a screenshot of the failed ones
looks it happened about 10 times - first started about 30 mins ago -
This was the first occurrence:
and the most recent occurrence about 10 minutes ago:
Thanks!
This is what I found so far. We record all 500 errors, nothing shows up for your project in the 12 hours. This error seems to be an application level error and not something Appwrite throws. Any chance this coming from your source code? Are you relying on some 3rd party?
Or could it be you're calling the Appwrite API from within your function? Can you share any errors code or information you got from the request in that case?
hmm let me triple check my function to make sure it's not something there. i've never had this happen before so i wasn't sure if this was truly on appwrite's side
thank you for the help anyway! i'll mark this as solved for now, and if i continue to have issues I can't sort out i'll create a new issue :parrotlaptop:
From a first glance it seems like the function execution part is just fine. Problem could be inside the code, if it is the Appwrite API, we can try and help with that as well.
okay i'll let you know! thank you again!!!!
[SOLVED] Function Executions Randomly Fail
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...