Chrome Panel Login Error

I’m having a very weird error logging into panel with chrome (specifically, logging in does work with firefox, safari and edge) - to make matters worse, this only happens on specific computers - (it doesn’t happen on mine, or any other computer I have access to, but happens on my clients computer - this makes it impossible to debug)

Did anybody encounter this error before? or do you have any suggestions on what I could try?

Things I tried

  • adding a favicon.ico to root folder
  • I don’t have varnish cache
  • making sure chrome can find all files (on my computer where it works anyway)
1 Like

Have you checked if they are using any add-ons that might interfere?

1 Like

I will ask them now.

Ok, I have more infomration now.

Some parts of my page are https, and some parts are http (clinets demands - I want it all to be https).

It seems that after I pass from http to https it breaks the session. and then when I try to log in again, chrome specifically refuses to log me in again.

Any ideas?
Thanks

… is always bad or worse!

Look only to use “https:”!

I completely agree, as you can see from the rest of the sentence

1 Like

Yes, I had read.

But this is the answer to your question, I think, and more browsers will work the same kind in future!

Actually, I just resolved this 0 here is what happens,

I was using the session in the https area. but the panel is also using session (login stuff).
They were both using the same session name (I used kirbys session static class) - once I moved the session in the checkout to a different session name (Sadly that meant not using the static class anymore) - this was resolved.