dboehmer / coocook

👨‍🍳🦉 Web application for collecting recipes and making food plans
https://coocook.org/
Other
11 stars 2 forks source link

Internal server error when trying to edit the description of a dish #142

Open ChristinaSi opened 3 years ago

ChristinaSi commented 3 years ago

I tried to edit a description of a dish in a stale and a new project on Coocook.org. An internal server error occurred and the changes were not saved. An example URL of the request is: https://coocook.org/project/86/Test-20210111/dish/1212/update.

dboehmer commented 3 years ago

Same when editing ingredients of a recipe

dboehmer commented 3 years ago

@ChristinaSi Thank you for finding this (was quite obvious unfortunately) and reporting this!

I’ve just deployed master with the workaround 826736d4e14f4bfe34482a28b99694cc13077bad in production. The issue now looks like fixed.

I’m not happy with the “solution”, though, and will keep this GitHub issue open until the actual issue is fixed. I’ve pushed some debugging commits to branch issue142 and will investigate further.