You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
Hi,
I just wanted to note that I had this error appear when I ran the server locally :
I found out it was caused by the req.body that was undefined, so I fixed it by adding the express.json() middleware in the index.ts file. Additional context
Was there another way to make it work without adding the middleware?
Thank you for the app, it is very helpful 👍
The text was updated successfully, but these errors were encountered:
Question
Hi,
I just wanted to note that I had this error appear when I ran the server locally :
I found out it was caused by the req.body that was undefined, so I fixed it by adding the express.json() middleware in the index.ts file.
Additional context
Was there another way to make it work without adding the middleware?
Thank you for the app, it is very helpful 👍
The text was updated successfully, but these errors were encountered: