TypeError when using Auto Label

Hello together,
I am currently working on a model for object detection, where I want to use the auto-label feature. In the past it worked seamlessly but today I ran into some issues. When clicking the “Start Auto Label”-button I am just getting redirected to a blank page.

The following message is displayed in the console:

and when having a look at sources it shows:

Could not load content for webpack://app/src/scripts/react/components/AutoLabel/AutoLabelPreviewPage.tsx (Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME)

Internet connection is fine, enough credits are available and I also tried on other devices as well as different browser.

Did someone experience this issue before?

Hi,

We shipped a new feature in the Auto-label tooling, and it seems that you might have old frontend code loaded in your browser - can you try hard-refreshing it?

Best,
João

Thanks for the answer, it worked today without changing anything from my side :slight_smile: