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
So i've figured out where the problem is coming from, I'm using helmet, which is adding a few headers that end up blocking the content.
Error in console:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SE2OW+eaxTyGbyJnSj2ymAjA1wIF5TGMSLPTr1N1A/w='), or a nonce ('nonce-...') is required to enable inline execution.
Problem: I get a blank dashboard with just a header and footer at
/admin/queues
Relevant Code Snippets:
queues.ts
index.ts
Screenshot:
The text was updated successfully, but these errors were encountered: