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
We are currently masking almost all errors in the identity app as the error page is failing to render.
The error message contains:
utils.CleanedException: (common.Assets.AssetNotFoundException): Cannot find asset css/sections/errors-v2.css. You should run `make compile`.
at dev.DevAssetsController.$anonfun$at$4(DevAssetsController.scala:47)
at scala.Option.getOrElse(Option.scala:201)
at dev.DevAssetsController.$anonfun$at$1(DevAssetsController.scala:47)
...
If this app is still being used we should fix this error page so that we return "real" errors rather than these ones.
The text was updated successfully, but these errors were encountered:
If Okta is throwing an error because google auth is broken, it might be trying to show a css file that it owns on its page, but we don't have a valid route for that.
We are currently masking almost all errors in the
identity
app as the error page is failing to render.The error message contains:
If this app is still being used we should fix this error page so that we return "real" errors rather than these ones.
The text was updated successfully, but these errors were encountered: