pusher / build-a-slack-clone-with-react-and-pusher-chatkit

In this tutorial, you'll learn how to build a chat app with React, complete with typing indicators, online status, and more.
https://pusher.com/chatkit
235 stars 68 forks source link

Content Security Policy error #8

Open MaelLarcher opened 6 years ago

MaelLarcher commented 6 years ago

When I start the developpement server on "localhost:3001" I get this error in my debugger :

Content Security Policy: Les paramètres de la page ont empêché le chargement d’une ressource à self (« script-src »). Source: ;(function installGlobalHook(window)

on the page I see Cannot GET /

how resolve that ?