You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading selfoss on iOS (Safari), it tries to load a js-file with wrong path. Log-Entry of nginx:
0.0.0.0 - - [30/Mar/2024:13:21:17 +0100] "GET /unread/index.runtime.22332b9a.js HTTP/2.0" 404 114 "https://rss.example.com/unread/all" "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1"
The file is located in /public/, so I think, the loaded path should be /index.runtime.22332b9a.js.
Workaround (seems to have no side effects, but not completely sure)
When loading selfoss on iOS (Safari), it tries to load a js-file with wrong path. Log-Entry of nginx:
The file is located in /public/, so I think, the loaded path should be /index.runtime.22332b9a.js.
Workaround (seems to have no side effects, but not completely sure)
The text was updated successfully, but these errors were encountered: