Refused to load the image because it violates the following Content Security Policy directive (favicon)

后端 未结 11 967
别那么骄傲
别那么骄傲 2020-12-09 15:07

When I start the server I get the following error:

Refused to load the image \'http://localhost:4200/favicon.ico\' because it violates the following

11条回答
  •  执笔经年
    2020-12-09 15:50

    For me, the node js backend was using the same port 4200, change the node or serve angular on different ports and it should work.

提交回复
热议问题