file-tree-browser icon indicating copy to clipboard operation
file-tree-browser copied to clipboard

error in demo example 1

Open atmanegara opened this issue 2 years ago • 1 comments

image

can't open folder

atmanegara avatar Dec 03 '22 21:12 atmanegara

Hi,

I guess the error is on your local server, not in the online demo?

The script makes an XHR HTTP request: xhr.open('POST', this.scriptSrc + 'connectors/connector.' + this.options.connector, true); and fails to load the connector file.

Do you run it from a local PHP server? What do you get if you try console.log(this.scriptSrc + 'connectors/connector.' + this.options.connector); Is the connector present on your server?

migliori avatar Dec 04 '22 06:12 migliori