food-ordering
food-ordering copied to clipboard
1. RegisterPage Change handleFormSubmit method ``` async function handleFormSubmit(ev) { ev.preventDefault(); setCreatingUser(true); setError(false); setUserCreated(false); let response; await fetch("/api/register", { method: "POST", body: JSON.stringify({ email, password }), headers: { "Content-Type": "application/json"...
Always returns "Unauthenticated" for NextAuth session even though the credentials are correct.

Vercel deployment issue. We cant see the site ; i would like to fix this bug i'm learning how to contribute to peoples code pls can you assign this issue...
Vercel deployment issue. We cant see the site ;) Thanks for the hard work we appreciate it.