Background Jobs: Not Authenticated

I probably messed this up somewhere. But I’m getting ServiceStack.HttpError: Not Authenticated from an app I’ve just added Background jobs to. I just wanted to ask if anything is obvious before I set up a repro to share.

//edit:
These are showing up in the logs. Might not be related but clicking anything but Dashboard shows the following:

Works fine in Chrome but not Safari or Edge

I found that I had an in private browser that was causing the issue… :face_with_open_eyes_and_hand_over_mouth:

however, I still have the UI issues when using Safari or Edge

Some screenshots from the dev console:

1 Like

I couldn’t find any issue with Edge but I’ve resolved an issue with Safari which was due to bug in Safari from uglify’s minification output which should be fixed in the latest v8.4.1 that’s now available in the pre-release packages.

1 Like