Matt Adcock
Matt Adcock
Due to breaking changes between v6 and v7, react-hook-form is used differently. The edits in `pages/admin/[slug].js` will fix issues for anyone using the latest version of react-hook-form
This pr changes the ORM used, API routes, and authorisation. ### ORM > Mongoose -> Prisma We still use MongoDB, but rather than Mongoose to manage data, we are now...
Currently, a 500 error is returned, but there should be a 'No Access' message with a 403 code returned.