When running prod.sh and going to http://localhost:8080/ the webpage stays at "loading..."
Console shows following output:
...
2022-08-21T07:46:55.851388Z INFO server: listening on http://[::1]:8080
2022-08-21T07:47:02.368106Z DEBUG request{method=GET uri=/ version=HTTP/1.1}: tower_http::trace::on_request: started processing request
2022-08-21T07:47:02.368345Z DEBUG request{method=GET uri=/ version=HTTP/1.1}: tower_http::trace::on_response: finished processing request latency=0 ms status=200
2022-08-21T07:47:02.424372Z DEBUG request{method=GET uri=/assets/frontend-6f8d53fa38d70403_bg.wasm version=HTTP/1.1}: tower_http::trace::on_request: started processing request
2022-08-21T07:47:02.424887Z DEBUG request{method=GET uri=/assets/frontend-6f8d53fa38d70403_bg.wasm version=HTTP/1.1}: tower_http::trace::on_response: finished processing request latency=0 ms status=200
2022-08-21T07:47:02.425059Z DEBUG request{method=GET uri=/assets/frontend-6f8d53fa38d70403.js version=HTTP/1.1}: tower_http::trace::on_request: started processing request
2022-08-21T07:47:02.426817Z DEBUG request{method=GET uri=/assets/frontend-6f8d53fa38d70403.js version=HTTP/1.1}: tower_http::trace::on_response: finished processing request latency=1 ms status=200
There are no errors or messages in JavaScript console and I don't know how to debug why this isn't working.
OS: Debian 11
Browser: Firefox ESR 91.12.0esr
When running prod.sh and going to http://localhost:8080/ the webpage stays at "loading..."
Console shows following output:
There are no errors or messages in JavaScript console and I don't know how to debug why this isn't working.
OS: Debian 11
Browser: Firefox ESR 91.12.0esr