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.39k stars 5.43k forks source link

Heatmaps don't render on my instance #6259

Closed veeara282 closed 5 years ago

veeara282 commented 5 years ago

Description

These errors show up in the console after a long time of waiting for AJAX requests to complete:

Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)

The test instance is running at http://iiab-staging.eastus.cloudapp.azure.com/gitea/. I may take down this VM at any time with or without notice. Please let me know if I should leave it up.

Screenshots

Screenshot of Gitea test instance with the console panel open Screenshot of Gitea test instance with "Loading Heatmap..." throbber

apricote commented 5 years ago

The requested URL is missing the prefix:

veeara282 commented 5 years ago

I've fixed this by following the reverse proxy instructions.