Warnings and Errors when I try to connect localhost server

0

I am working with a Windows 10 OS and when I run 'yarn start' my app builds succesfully and aparently server is running. Nevertheless, when I connect in a browser to localhost I have the following warnings and errors that I don´t know how to fix. I have just started working with this one week ago so I am not used to It.

Screenshot of browsers console when I try to connect to localhost and port

If anyone knows what is happening I will be waiting for your response.

user1091547

Posted 2019-09-18T17:23:41.940

Reputation: 1

are you sure you have the right port? (Like localhost:port) – FredTheDoggy – 2019-09-18T17:24:58.230

1This is more suited for Stackoverflow, since it is about programming. – TuxStash.de – 2019-09-18T18:06:53.120

Yes, I am sure I have right port because when I run the server It says: Server running on port 4200 – user1091547 – 2019-09-20T13:06:25.227

No answers