TheDcoder

Results 79 comments of TheDcoder

I want a local server so that I can serve my modified JavaScript code and test it with the manager app. P.S I know web development and JavaScript :)

Okay, thanks. I will take a look and let you know.

@tananaev I set up my own server and the issue remains, which makes sense I guess. I modifying the `Root.js` file by adding this new line just after the code...

Can I open it in the app? If not then I'm afraid we'll have to find another way. The whole point of what I'm trying to do is debug the...

Awesome, I just did that but something very strange happened. I opened up my instance in a fresh desktop session and it did load all of the files individually, but...

Can it be accessed from the app? I did not test in desktop because the issue never happens there (even in Firefox).

Can I access the old interface in the Traccar Manager app? I can't find an option to do that.

@tananaev I did some tests and the old interface always works and it displays `https:` every time. The modern interface still has the issue however :disappointed:

WebSocket works fine in old interface, that's what I was trying to say. Now we have to figure out why it doesn't work in the modern interface.

@elextr The latter, "sort" them in the order of the lines, but in reverse. Basically reverse the lines so that: ``` D A M O N ``` becomes: ``` N...