https://prefect.io logo
Title
z

Zinovev Daniil

11/17/2022, 11:26 AM
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

Tim Galvin

11/17/2022, 11:31 AM
What does the shell running the orion service report, if anything?
z

Zinovev Daniil

11/17/2022, 12:19 PM
: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
That's all I see
index.ace9693c.js:1 Failed to load resource: net::ERR_CONNECTION_RESET
b

Bianca Hoch

11/17/2022, 2:29 PM
Hi Zinovev, as a first step for troubleshooting I'd recommend following this guide to unregister the service worker.
z

Zinovev Daniil

11/18/2022, 9:10 AM
2022/11/18 11:58:35 [debug] 110236#0: *1 http write filter 000055B5907B4D90 2022/11/18 11:58:35 [debug] 110236#0: *1 http copy filter: -2 "/assets/index.ace9693c.js?" 2022/11/18 11:58:35 [debug] 110236#0: *1 http writer output filter: -2, "/assets/index.ace9693c.js?" 2022/11/18 11:58:35 [debug] 110236#0: *1 event timer: 10, old: 151634621, new: 151634906 2022/11/18 11:58:35 [debug] 110236#0: *1 http run request: "/assets/index.ace9693c.js?" 2022/11/18 11:58:35 [debug] 110236#0: *1 http test reading 2022/11/18 11:58:35 [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 11:58:35 [debug] 110236#0: *1 http finalize request: 499,
@Bianca Hoch Thank you, but that's not the problem.