retrospring icon indicating copy to clipboard operation
retrospring copied to clipboard

Trying to access the Sidekiq web interface sometimes signs you out

Open nilsding opened this issue 3 years ago • 4 comments

Sometimes when trying to view the Sidekiq web interface at /sidekiq you get greeted with a 404 instead because you get signed out for some reason.

Find out why, and fix it

nilsding avatar Jul 03 '22 18:07 nilsding

Looks like Sidekiq::Web uses a different session cookie (rack.session) than the Rails one (_justask_session), maybe that's why?

nilsding avatar Jul 04 '22 07:07 nilsding

I think we should get Sidekiq up to date first, maybe that already resolves it.

nilsding avatar Jul 23 '22 13:07 nilsding

Ever since that one PR with the Devise route constraint and afterwards the Sidekiq updates, I was not logged out of Retrospring visiting the page. Did it occur for you again recently?

pixeldesu avatar Jul 28 '22 20:07 pixeldesu

just tried it, and nope, still happens to me.

nilsding avatar Jul 30 '22 09:07 nilsding

@nilsding can you recheck this every now and then? I've been messing around with this in the past few days and I wasn't logged out once so far.

pixeldesu avatar Oct 17 '23 21:10 pixeldesu

Seems to no longer happen for me.

raccube avatar Oct 18 '23 11:10 raccube

might have been resolved with the upgrade to sidekiq 6 in 18a150b969a5a8e92167af8c53b4d48d5dcda4e8

closing for now

nilsding avatar Oct 18 '23 13:10 nilsding