alan-null / sc_ext

Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
MIT License
27 stars 7 forks source link

Extention not loading for local Sitecore environment #153

Open jnegron357 opened 8 months ago

jnegron357 commented 8 months ago

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 commented 8 months ago

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

alan-null commented 8 months ago

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 :)