You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What I would recommend is, with chromes dev tools open, creating a recipe via the UI. If you then look at the network tab of chrome dev tools you should be able to see the request that was made. You can then copy the request as CURL (or any option you prefer) right from the dev tools.
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.
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
The text was updated successfully, but these errors were encountered: