sc_ext icon indicating copy to clipboard operation
sc_ext copied to clipboard

Extention not loading for local Sitecore environment

Open jnegron357 opened this issue 1 year ago • 2 comments

Steps to Reproduce the Problem

  1. Install Extention
  2. Open localhost Sitecore URL

Expected Behavior

... Visibility of the extention's features

Actual Behavior

... Extention features are missing

Specifications

Sitecore version: 10.2 (revision YYYYY)

jnegron357 avatar Feb 06 '24 16:02 jnegron357

I forgot to mention that I'm using the latest version of Chrome.

jnegron357 avatar Feb 06 '24 17:02 jnegron357

Hello @jnegron357

Thank you for the report. I think it might be one edge-case that I haven't fixed yet because it's hard to consistently reproduce it. Could you please try to open dev tools (F12 in chrome) and switch to 'browser console', then execute following code:

localStorage.clear()

I'm still using it and it works in chrome for me. I believe in your case the value of sc_ext::context_service key in local storage is false.

Thanks for using the extension :)

alan-null avatar Feb 07 '24 09:02 alan-null