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

INVALID_SESSION_ID #228

Closed adal877 closed 1 year ago

adal877 commented 1 year ago

For about 2, or 3 days I've been getting the following error:

list entity definitions:  where QualifiedApiName >= 'M' limit 2000 SalesforceRestError: INVALID_SESSION_ID: Session expired or invalid  
    at Object.rest (inspector.js:75:17)  
    at async Promise.all (chrome-extension://aodjmnfhjibkcdimpodiifdjnnncaafh/index 3)  

Since then I've been trying to logout, clear all cookies, login again, uninstalling and installing again, and nothing happaned. Any idea how to solve it?

dschach commented 1 year ago

Are you using Enhanced Domain?

adal877 commented 1 year ago

Are you using Enhanced Domain?

No. Actually, I was using the inspector, with no issue, in the same org for a couple of months.

DarkSkull91 commented 1 year ago

I noticed that invoking the extention with the enhanced domain it works: chrome-extension://aodjmnfhjibkcdimpodiifdjnnncaafh/data-export.html?host=myorg.sandbox.my.salesforce.com

adal877 commented 1 year ago

I noticed that invoking the extention with the enhanced domain it works: chrome-extension://aodjmnfhjibkcdimpodiifdjnnncaafh/data-export.html?host=myorg.sandbox.my.salesforce.com

With me this didn't work...

forcetrekker commented 1 year ago

Resolution: Clear force.com related cookies

From cookies in chrome browser settings, search for "*force.com" and remove all salesforce related cookies by clicking on "Remove All Shown" button.

Cause: Because salesforce changed their URL as part of latest release.

adal877 commented 1 year ago

Resolution: Clear force.com related cookies

From cookies in chrome browser settings, search for "*force.com" and remove all salesforce related cookies by clicking on "Remove All Shown" button.

Cause: Because salesforce changed their URL as part of latest release.

Thank you so much! It's working as a charm now <3