Search code examples
mean-stackmern

TypeError: Cannot read property ‘startsWith’ of undefined in MERN


I am developing a MERN stack web application. But I cannot build the server due to these errors. If anyone knows how to solve these error. Help me out to solve this.

Code of index.js file

Error Output


Solution

  • I just fix the variable name of URL in Config.env file and the error resolved! :)