Next.js Discord

Discord Forum

NextAuth Adding Edit User Profile to User Not Working

Unanswered
Tenterfield Terrier posted this in #help-forum
Open in Discord
Original message was deleted.

2 Replies

Cape horse mackerel
what's the error that you're getting?
Cape horse mackerel
and as I can see you are hitting wrong url in the axios.post. It should be
- await axios.post("/api/user-profile")
+ await axios.post("/api/dashboard/profile")