fumiX / fuBlog

Blog Software
https://blog.fumix.de
Apache License 2.0
2 stars 1 forks source link

delete post not working #70

Closed thooyork closed 1 year ago

thooyork commented 1 year ago

post deletion on /api/posts/delete/:id throws 500 in production environment.

thooyork commented 1 year ago

Fixed the deletion and the fk_constraint error with a workaround. Neither can I get onDelete: "CASCADE" to work - nor orphanedRowAction: "delete" on the DB level ...