You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the browser is trying to fetch the localhost resource over https, since the localhost doesn't support this scheme, it fails with error making the site not able to render preview properly.
The text was updated successfully, but these errors were encountered:
@kosecki123 That happens because theme preview uses live-reloading feature, and script and stylesheet is served from local host by zat theme preview. You can disable livereload, then you will have to refresh the browser manually.
You are seeing this error because of some other issue related to theme preview; it's actually prone to many similar issues -- won't reload or refresh or upload. I have patched a version of zat to make it work with external live-reload.
@kosecki123 I read your post again, and realize you are concerned about something else. Please ignore my previous comment, I am not deleting it but keeping it as it is.
Have you checked if there is some kind of extension in your browser that's changing protocol scheme? What happens if you make a curl request to http://localhost:4567/guide/script.js, probably open it directly in another browser.
I have same problems.
I have emailed Zendesk support but i doesn't have resolved it. :(
There is a solution @kosecki123 ? @abdul i have tested your solution but on my installation doesn't work.
Tt is absurd that a company like zendesk does not fix these bugs!
After executing
zat theme preview
the browser is trying to fetch the localhost resource over https, since the localhost doesn't support this scheme, it fails with error making the site not able to render preview properly.
The text was updated successfully, but these errors were encountered: