artifactory

How to get out of grayed-out screen in Artifactory?


There seems to be no way to submit a bug report unless you pay a lot for your account, so I'll post here in hopes of getting dev eyeballs.

I was just starting to poke around, having been given admin access by the account manager. I dismissed a help screen or wizard of some kind... and the screen stayed grayed out. I can interact with the search bar and the options on the left, but the main, white part of the screen remains grayed out and inaccessible.

Things I've tried:

The only thing that has worked is to go in and temporary remove the '.active-wizard' class on the main div.app-layout-content using Chrome's debugging tools, which lets me do work during the session, but reloading the page brings me right back to the grayed-out mode.

I'm guessing this condition is rare since I cant' find any mention online, but it's very annoying.

My screen, all grayed out


Solution

  • Yonatan from JFrog R&D here

    The bug is caused due to an edge case, where one of the projects onboarding flags failed to submit.

    This bug will be fixed on next minor release.

    You can quickly win this by doing the following: On your browser console paste the command below and refresh the page.

    *no important data will be affected, so no worries

    window.store.dispatch('onboardingProcess/RESET_USER_ONBOARDING')