View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005667 | SOGo | Web Mail | public | 2022-12-31 04:45 | 2023-01-03 15:44 |
Reporter | jdbravo | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | random |
Status | new | Resolution | open | ||
Product Version | 5.8.0 | ||||
Summary | 0005667: Wrong WebServerResources URL | ||||
Description | My SOGo 5.8.0 is generating a wrong URL for Main.js: And that URL returns a 404 error. And the page goes blank. The problem can be solved restarting SOGo but I'm wondering why is it happening? It's also happening with the logo: Other resources are being loaded fine! After restarting SOGo, it loads the js fine, as follow: I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: https://webmail.domain.com/SOGo This is how Im setting the nginx reverse proxy: location ^~ /SOGo {
} In other server with the same SOGo version, I experienced the same problem but this one has the URL SOGo?_task=mail&_action=refresh.woa/WebServerResources/css/styles.css?lm=1672013019 that "_task=mail&_action=refresh" string is used by Roundcube (also running in the same server). This problem is happening randomly, a SOGo restart will fix it but it will come back later. Thank you! | ||||
Steps To Reproduce | Just accessing the SOGo Web using NGINX reverse proxy | ||||
Additional Information | I found two reported problems very similar: | ||||
Tags | No tags attached. | ||||
duplicate of | 0005332 | new | Problem with displaying SOGo in browser (with tested temporary solution ) |
This was my temporary workaround: location ^~ /SOGo { But I'm wondering, how is SOGo generating those URLs ? I mean the array additionalJSFiles in UIxPageFrame.wox ? because that array is including the wrong URLs, is it using any external source to generate those? |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-31 04:45 | jdbravo | New Issue | |
2022-12-31 04:45 | jdbravo | File Added: Screen Shot 2022-12-30 at 11.43.22 PM.png | |
2022-12-31 16:33 | jdbravo | Note Added: 0016516 | |
2023-01-03 15:44 | Christian Mack | Relationship added | duplicate of 0005332 |