this post was submitted on 21 Jun 2025
1 points (100.0% liked)

Docker

548 readers
14 users here now

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/31763986

Pls see crosspost as it is updated

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 1 week ago* (last edited 1 week ago) (1 children)
2025-06-21 10:43:57 open-webui  | 2025-06-21 00:43:57.601 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:37276 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:44:58 open-webui  | 2025-06-21 00:44:58.114 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:49064 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:45:58 open-webui  | 2025-06-21 00:45:58.779 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:55958 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:46:59 open-webui  | 2025-06-21 00:46:59.179 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:47424 - "GET /_app/version.json HTTP/1.1" 304 - {}

Is this what you are referring to?

[โ€“] [email protected] 0 points 1 week ago

Maybe -- if the {} is the response body, then that's definitely valid json. Can you open http://localhost:3000/_app/version.json in a browser to check?