Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extention not loading for local Sitecore environment #153

Open
jnegron357 opened this issue Feb 6, 2024 · 2 comments
Open

Extention not loading for local Sitecore environment #153

jnegron357 opened this issue Feb 6, 2024 · 2 comments
Assignees
Labels

Comments

@jnegron357
Copy link

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
Copy link
Author

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

@alan-null
Copy link
Owner

alan-null commented Feb 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants