change web ui

Manuel Suárez3 years ago

Hi, I'm using this configuration so that it loads the modern web by default but sometimes it doesn't load the interface, and when I click on the back arrow in the browser, it returns me to the original interface of traccar, there is something that can be done.
here my configuration

 <entry key='web.path'>./web/modern</entry>
Anton Tananaev3 years ago

You have to recompile the modern app for the root path:

https://github.com/traccar/traccar-web/blob/master/modern/package.json#L36

Manuel Suárez3 years ago

Thanks for the help