inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Fresh install, 'Continue on inspect.dev' signin doesn't do anything #154

Closed ryanhalley closed 5 months ago

ryanhalley commented 1 year ago

I just installed the Windows version, saw the button to continue on the website, clicked it, taken back to website where I'm asked to login to download, which I'd already done to be able to download app. (I can access the Account area so I'm still logged in) Can't proceed further - why does app not think I'm logged in.

auchenberg commented 1 year ago

Hi @ryanhalley

You should be redirected to http://inspect.dev/auth/desktop which will trigger a url handler to open the Inspect app on your computer.

Which browser are you using? Try to visit http://inspect.dev/auth/desktop in a Chromium based browser.

ryanhalley commented 1 year ago

I'm using Chrome latest version on PC and get directed here https://inspect.dev/login?action=%2Fauth%2Fdesktop - following your link redirects to that too.

I tried to logout in Account, to see if that would wake it up but clicking Logout doesn't give any feedback I've been logged out, yet if I return to the home page I have been logged out, so that redirect isn't working for me either.

On Fri, 9 Sept 2022 at 15:40, Kenneth Auchenberg @.***> wrote:

Hi @ryanhalley https://github.com/ryanhalley

You should be redirected to http://inspect.dev/auth/desktop which will trigger a url handler to open the Inspect app on your computer.

Which browser are you using? Try to visit http://inspect.dev/auth/desktop in a Chromium based browser.

— Reply to this email directly, view it on GitHub https://github.com/inspectdev/inspect-issues/issues/154#issuecomment-1242059755, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKCQGJ67EMCNPMPALIQPR3V5ND6LANCNFSM6AAAAAAQIXEMKM . You are receiving this because you were mentioned.Message ID: @.***>

auchenberg commented 1 year ago

Interesting, are you blocking any kind of cookies in your Chrome browser?

Once you login via https://inspect.dev/login you should be logged in for the next 30 days, and when visiting https://inspect.dev/account you should see your account information,

Does that happen?

ryanhalley commented 1 year ago

Once I logged in I was able to get to https://inspect.dev/account and when returning to the page I was still logged in. I have Adguard installed so potentially it was blocking one of your cookies, not sure. It was weird how the site wasn't able to present a logged out state so I think you've got a bug there, something's not right. Would be better if you just implement the login via the main app and avoid needing to use a website too.