No idea what happened, but when i try to hit the /ui side (which used to work) it now shows a blank page and complains about being unauthorized. before it would prompt for creds. even when i use the login.html override and sign in ok, i can see a successful auth in my ide console, but i never get the ui page to display.
I updated this morning from MyGet. Didn’t see a change.
Checked the file version in the application’s directory and the project’s versions and they are 6.7.1.
File date on 6.7.1 were 3/16/2023 5 am
Rolled back to 6.6.0 and all is well.
File dates for 6.6.0 are 2/7/2023 3 pm
Am I missing a step?
No I have a custom auth provider overriding AuthenticateAsync and TryAuthenticateAsync and a CustomGateway (which really doesn’t come into play yet).
I am also getting no UI anything. No login no list of query objects just a blank screen.
I am playing around to validate that restarting IIS might be the key or possibly if there is a cookie issue.
Are you getting a blank page, or a non-empty HTML page (i.e. visible in view source) that doesn’t render anything due to console errors? If you’re getting console errors what are they?
Can’t tell what the issue is from here, may have something to do with your custom auth provider given Authentication is failing, tho it’s surprising the existing v1 UI doesn’t work either.
I’ll be able to identify and resolve it if you can provide a link to a stand-alone repro on GitHub.
So after your suggestion I went back and checked the custom auth and I was doing some stuff in the AuthenticateAsync with jwt and CreatteJwtHeader and CreateJwtPayload and I don’t know why. So I commented that out and viola!