Custom Auth form not showing

I think I'm missing something with Custom Auth flows.

I have it setup to show a Modal as the first step, store the input of that modal into a variable, then I use that variable in the header.

I then added a login button for that resource.

When I click on that button, I expect the modal to show up. Instead, I get a "successfully authed" message and nothing happens. I check the header and nothing is sent.

What am I missing?

It looks like the form only shows in production, but not staging? Is that expected?

Ok I figured it out. Didn't realize Custom Auth was stage specific, and I only configured it for production :man_facepalming: