Hello,
- netlify-site-name : “deploy-preview-8–alias-gandi-angular.netlify.app”
- Request ID : “1911bd8f-cf0f-4668-bcfe-58282ce9038c-1396183”
I’m having issues debugging on my deploy preview site. My netlify functions work (with netlify dev) locally but when I’m deploying, one functions throw a 500 error when being called in my Angular application without much context (sanitized log below) :
{"headers": {"normalizedNames": {},"lazyUpdate": null},"status": 500,"statusText": "Internal Server Error","url": "https://deploy-preview-8--alias-gandi-angular.netlify.app/api/mailboxes/XXX","ok": false,"name": "HttpErrorResponse","message": "Http failure response for https://deploy-preview-8--alias-gandi-angular.netlify.app/api/mailboxes/XXX: 500 Internal Server Error","error": null}
I can’t find any logs in netlify admin panel. I’ve tried to setup Sentry to get more context but I don’t get more context as the error is not even reported in Sentry.
Is their any way to get more context on what is throwing this 500 error ?
Thanks a lot for your help !
