Javascript / webjars/ace using wrong url

59 views Asked by At

Hello everyone so a quick explanation.

I am running a laravel project and I'm integrating (trying to) with x-text.

My problem now is this

As shown in the image I want the createEditor to use localhost:8080, because it is the language server, so it will always be this even if I release this. The first time it worked, on the require.config and I have no ideia on what is this different.

My problem is that it uses both, the url I give and the Url of the page I'm on.

Does anyone know why is this happening? Thank you all!

Things I've tried: baseUrl, url, http, href, using the url started by //

0

There are 0 answers