sorenkrabbe / Chrome-Salesforce-inspector

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
328 stars 124 forks source link

Salesforce Inspector not working maybe due to Salesforce URL Change #227

Open jdagrawal008 opened 1 year ago

jdagrawal008 commented 1 year ago

Salesforce has appended .sandbox.lighting.force.com maybe because of that Salesforce Inspector extension isn't working.

jdagrawal008 commented 1 year ago

FYI: Tried removing it and then installing it again. But it didn't worked.

jdagrawal008 commented 1 year ago

And also, this is working perfectly fine in production environment.

jdagrawal008 commented 1 year ago

Error Message found: "INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session hash: YBk5BxcUv+92ZOZc04bNiZG024WkB67b999njkdb+Jg= This error usually occurs after a session expires or a user logs out. Decoder: DataInDbSessionKeyDecoder"

willianmatheus98 commented 1 year ago

It's happening the same here, i changed in the URL appending the .sandbox.my.salesforce.com and worked, but it's manual

Jcps commented 1 year ago

Per #226 and the Troubleshooting section of the README, clearing cookies for Salesforce domains should resolve this issue. When in doubt, I clear all cookies for *force.com

cherif-bayo commented 1 year ago

Per #226 and the Troubleshooting section of the README, clearing cookies for Salesforce domains should resolve this issue. When in doubt, I clear all cookies for *force.com

That works for me . Thanks

michelcarrillo commented 1 year ago

Salesforce has appended .sandbox.lighting.force.com maybe because of that Salesforce Inspector extension isn't working.

I believe this is the issue

michelcarrillo commented 1 year ago

Per #226 and the Troubleshooting section of the README, clearing cookies for Salesforce domains should resolve this issue. When in doubt, I clear all cookies for *force.com

Worked for me!

jdagrawal008 commented 1 year ago

@michelcarrillo & @Jcps I tried clearing the cookies. But it didn't work. Still the host= isn't taking the new .sandbox domain. Can you please check on this?

michelcarrillo commented 1 year ago

@jdagrawal008 try cleaning the cookies for all *.force.com domains

jdagrawal008 commented 1 year ago

@michelcarrillo I cleared all the cookies from my browser settings. But the issue is still the same.

jdagrawal008 commented 1 year ago

This is the version it is showing to me in the Salesforce Inspector Pop-Up (v1.13 / 55.0)

Damecek commented 1 year ago

@jdagrawal008 I have the same version, using chrome cleaned all cookies. First I've tried only for past hour, but that did not help, I had to clean for whole time. image

michelcarrillo commented 1 year ago

When you step over this link, it shows the sandbox word in the url param? image image It should show it, if it doesn't, it is getting that wrong parameter from some cookie.

Make sure you are cleaning the cookies and testing in the same Chrome profile if you are using it.