We have redash running in kubernetes. We’ve had no issues until recently we noticed that the alerts page is now broken, and nobody can create a new alert.

There are no logs on any of the pods. and only a Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”) issue in the JS console.
Any guidance is greatly appreciated.

You haven’t provided enough information to debug this.

  • What version of Redash?
  • How did you install?
  • Are you running Redash within an iframe?

This has been solved. The page requires a Content-Security-Policy with source of ‘unsafe-eval’. If using an ingress, you’ll need to add this to the middleware. Thanks