go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.6k stars 5.45k forks source link

Getting JS "ChunkLoadError" when visiting issue after upgrading. #14033

Closed chriseaton closed 3 years ago

chriseaton commented 3 years ago

Screenshots

image

chriseaton commented 3 years ago

Nevermind - figured it out. For some reason after the upgrade, and even after clearing the application cache Chrome still held onto the offline files. Not sure why. I resolved it by explicitly right-clicking an offline request in the Network tab, and saying "Clear browser cache." it had to be on the offline request (with the gear by it), the regular one didn't clear offline data (nor did clear all data in the Application tab). Super wacky. Dammit chrome.

image