n30w / Darkspace

Academic project management platform for SE-2024
MIT License
0 stars 0 forks source link

Course creation unfunctional #31

Closed n30w closed 4 months ago

n30w commented 5 months ago

This is due to POST handler routes and really any server action routes in NextJS incorrectly implemented. This is my fault. I'll get a fix on this soon.

This guide will be of use: https://auth0.com/blog/using-nextjs-server-actions-to-call-external-apis/