Unhandled Rejection (SecurityError): The operation is insecure. On a fresh create-react-app project

后端 未结 5 2495
孤街浪徒
孤街浪徒 2021-02-19 15:26

I created a new project with create-react-app then ran npm start then this showed up. https://imgur.com/a/3By9NCr

Using FF 69.0.3

5条回答
  •  一整个雨季
    2021-02-19 15:28

    I had this error occur as well. Was able to clear it up by deleting the create-react-app serviceWorker.js file

提交回复
热议问题