can't access release.html inside web app

gio3 years ago

Hi, im new here. What im trying to do is, i have an existing website build in laravel and i want to add a traccar page inside my web app. I clone the traccar-web from its github and try to open the release.html inside the web folder. but it returns endless loading under the "Preview modern interface". But when i open localhost:8082 (i also install via windows) it worked by opening a login forms. How to handle this endless load? Thanks!

gio3 years ago

This is how it looks like with the browser log.
Here's what it looks like

Anton Tananaev3 years ago

It required API and dependencies to work. You can't just open it as an HTML and expect it to work.

gio3 years ago

I see. Okay, Since i can access it via windows installer, i want to make it like this. lets say that i have an endpoint for the traccar seperately from my main web. I use iframe to access it as a iframe tag in my web page. How can i styling the UI from the traccar web app? i dont see any html files contain the content from the web. Thanks!