-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I'm trying to incorporate a scraper into my project, but when trying to post recipes to the API I always get a 500 error.
<head>
<title>500 Error</title>
</head>
<body>
<p>Something has really broke congrats for breaking it! The admins of the site have been notified of the issue and are activly working on it.</p>
</body>
I know I'm authenticating and sending valid requests because when I omit certain fields that are required, the API is validating the requests and I can see it in the repsonse. However, when all requirements are (seemingly) met, I get a 500.
Is there any way to debug this on the API side? I am running web and api in containers, proxy as a separate apache container with upstream haproxy help. Everything else seems to work fine.
Thanks.
-z
Metadata
Metadata
Assignees
Labels
No labels