Posts by Beatriz Gonçalves • 36 points
1 post
-
2
votes1
answer390
viewsA: Recognize Provider error (Node.js, Typescript)
Hi, I had the same mistake, I added the line app.use(express.json()); server file. It looks like this: import express from 'express'; import routes from './routes'; const app = express();…