When I try any codesnippet on snippet.webix.com I get an error

The alert says:

“Uncaught ReferenceError: webix is not defined
at line 0”

What did I wrong?

Michael

I can’t test any snippet cause of this error… is there nobody which has the same error??

Michael

Hello Michael

Could you clarify several points:

  1. which version of webix is ​​selected in the menu (Webix 11.0 PRO by default)
  2. in the Network DevTools tab, which resources are not loaded when opening the snippet tool.
  3. is such behavior repeated in all snippets or only in some specific snippets.

Also please try to open this link: https://cdn.webix.com/edge/webix.js

suppose I use this snippet: Code Snippet

  1. I do not understand what you mean…
  2. yes it’s an error in all snippets :frowning:

And I get the webix 11 script when I click on your provided link

Hello Michael

We suppose that this issue can be connected with your regional network problems. For example, on the side of your provider or the hosting of our Digital Ocean services.
Also we would like to know what exactly is not loading in your snippets. To find it out please right click to open your context menu in your snippet. In the context menu select the tab view code. Then the DevTools tab will appear. In this tab instead of the Elements tab choose the Network tab. It shows all the files that are loaded or errors if some data failed to load. If there are some errors in Network tab could you list them?
And one more option that you can try is maybe switching to another country/region if you can use (or have already use) a VPN.

Hello Natalia.

Thank you so much. That was I good idea. And it is the pugin
## Privacy Badger

in Chrome which blocks webix.js12 script and material.css… sorry for this but now everything works as expected.

I could have figured that out right away :wink:

Michael