Zeeshu911/MERN-Stack-Job-Seeking-Web-Application

Uncaught TypeError: Cannot read properties of undefined (reading 'from')

Opened this issue · 0 comments

While running the front end part of the project I got the following error in console and nothing is displayed on the screen except the white screen . And the console is showing
Uncaught TypeError: Cannot read properties of undefined (reading 'from')
at ../backend/node_modules/safe-buffer/index.js (chunk-Z4RJF4OZ.js?v=0bdbbd18:2508:16)
at __require2 (chunk-XQCSAP7U.js?v=0bdbbd18:24:50)
at ../backend/node_modules/jws/lib/sign-stream.js (jsonwebtoken.js?v=0bdbbd18:489:19)
at __require2 (chunk-XQCSAP7U.js?v=0bdbbd18:24:50)
at ../backend/node_modules/jws/index.js (jsonwebtoken.js?v=0bdbbd18:669:22)
at __require2 (chunk-XQCSAP7U.js?v=0bdbbd18:24:50)
at ../backend/node_modules/jsonwebtoken/decode.js (jsonwebtoken.js?v=0bdbbd18:702:15)
at __require2 (chunk-XQCSAP7U.js?v=0bdbbd18:24:50)
at ../backend/node_modules/jsonwebtoken/index.js (jsonwebtoken.js?v=0bdbbd18:1863:15)
at __require2 (chunk-XQCSAP7U.js?v=0bdbbd18:24:50)

How can I resolve this error?