mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #2612] Missing sitestatic/bootstrap/dist/css/bootstrap.min.css.map #1656
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1656
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stefaweb on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2612
Impacted versions
Current behavior
Hello,
When a page loads in the GUI v1, we systematically have this call to a css which is not found.
Failed to load resource: the server responded with a status of 404 (Not Found)
https://mail.xxxx.fr/sitestatic/bootstrap/dist/css/bootstrap.min.css.map
A "locate bootstrap.min.css.map" found nothing.
@Spitfireap commented on GitHub (Sep 25, 2022):
Hi, the file is accessible, no issue. The .map file is only for debugging purposes.
If you really want to delete this warning, delete the
/*# sourceMappingURL=bootstrap.min.css.map */at the end of{modoboa_venv}/lib/python/site-packages/modoboa/bower_components/bootstrap/dist/css/bootstrap.min.css@stefaweb commented on GitHub (Sep 26, 2022):
Hello,
If it's normal, we can close the issue then.
Regards,