Skip to content

500 when posting recipes to API #33

@zchef2k

Description

@zchef2k

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions