```Hi all. I had a problem right after installing ...
# prefect-community
z
Copy code
Hi all. I had a problem right after installing prefect orion. UI is not loading. I am getting a blank page with a title. JS is not fully loaded. It breaks at 1.1 mb. Perhaps someone solved such a problem?
1
t
What does the shell running the orion service report, if anything?
z
:59284 - "GET /assets/index.1fdc13b5.css HTTP/1.1" 200 OK :59285 - "GET /assets/index.ace9693c.js HTTP/1.1" 200 OK :59484 - "GET /ico/favicon-32x32.png HTTP/1.1" 200 OK :60271 - "GET /assets/index.ace9693c.js HTTP/1.1" 200 OK :60692 - "GET /assets/index.ace9693c.js HTTP/1.1" 200 OK
Copy code
That's all I see
index.ace9693c.js:1 Failed to load resource: net::ERR_CONNECTION_RESET
b
Hi Zinovev, as a first step for troubleshooting I'd recommend following this guide to unregister the service worker.
z
2022/11/18 115835 [debug] 110236#0: *1 http write filter 000055B5907B4D90 2022/11/18 115835 [debug] 110236#0: *1 http copy filter: -2 "/assets/index.ace9693c.js?" 2022/11/18 115835 [debug] 110236#0: *1 http writer output filter: -2, "/assets/index.ace9693c.js?" 2022/11/18 115835 [debug] 110236#0: *1 event timer: 10, old: 151634621, new: 151634906 2022/11/18 115835 [debug] 110236#0: *1 http run request: "/assets/index.ace9693c.js?" 2022/11/18 115835 [debug] 110236#0: *1 http test reading 2022/11/18 115835 [info] 110236#0: *1 client prematurely closed connection (104: Connection reset by peer) while sending to client, client: ***********, server: , request: "GET /assets/index.ace9693c.js HTTP/1.1", upstream: "http://127.0.0.1:4200/assets/index.ace9693c.js", host: "*********", referrer: "http://********" 2022/11/18 115835 [debug] 110236#0: *1 http finalize request: 499,
@Bianca Hoch Thank you, but that's not the problem.