Arcjet dashboard 404s for me

When I try to login to the arcjet dashboard

fly ext arcjet dashboard --org trellis-social-enterprise-inc

I get a 404 page

Not super critical right now just wanted to let you all know

CC: @david-arcjet

Thanks for reporting @yharaskrik - we’re having a look at this now.

We’ve checked this out @yharaskrik. In Arcjet, your Fly org is mapped to an Arcjet team and the Fly app is mapped to the Arcjet site. If you’re in a directory with the fly.toml file then you don’t need to do anything extra: fly ext arcjet dashboard will take you to the correct dashboard.

If you have multiple Fly apps linked to multiple Arcjet sites, then you’ll need to specify which one you want to go to.

You can get a list of them all with fly ext arcjet list

fly ext arcjet list
NAME               	ORG               	
hidden-silence-9626	arcjet-dev
white-violet-9635  	arcjet-dev

Then if you wanted to access white-violet-9635 you’d run fly ext arcjet dashboard white-violet-9635

When we implemented the extension, Fly didn’t support passing an --org flag. It’s still not supported according to their extension docs, but clearly it’s generating a link for the org now…which doesn’t work our side. We’ll ping them to see if this is new functionality we need to support, but for now hopefully going to the dashboard via the command above will work for you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.