David Castagneto A.
Results
1
issues of
David Castagneto A.
POST http://localhost:3000/api/prompt/new 500 (Internal Server Error) page.jsx:22 `try { const response = await fetch("/api/prompt/new", { method: "POST", body: JSON.stringify({ prompt: post.prompt, userId: session?.user.id, tag: post.tag, }), }); if (response.ok) {...