You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Все установилось, но при запуске (yarn run dev) все подгружается в консоли без ошибок, но сервер выдает ошибку - в названии вкладки написано error, на странице Cannot GET / - ну и соответственно страница не загружается.
В консоли браузерной вижу следующее:
Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-kLOQNAVOaBgADiUv3KS/St2g6k1exicli/nlGA4Ku2Y='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. - localhost/:7
Failed to load resource: the server responded with a status of 404 (Not Found) - localhost/:1
Как это лечить не совсем понимаю, помогите разобраться.
The text was updated successfully, but these errors were encountered:
Все установилось, но при запуске (yarn run dev) все подгружается в консоли без ошибок, но сервер выдает ошибку - в названии вкладки написано error, на странице Cannot GET / - ну и соответственно страница не загружается.
В консоли браузерной вижу следующее:
Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-kLOQNAVOaBgADiUv3KS/St2g6k1exicli/nlGA4Ku2Y='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. - localhost/:7
Failed to load resource: the server responded with a status of 404 (Not Found) - localhost/:1
Как это лечить не совсем понимаю, помогите разобраться.
The text was updated successfully, but these errors were encountered: