getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.84k stars 1.76k forks source link

the web page is not working #2819

Closed lihong22-tal closed 7 months ago

lihong22-tal commented 8 months ago

Self-Hosted Version

24.2.0

CPU Architecture

x86_64

Docker Version

20.10.12

Docker Compose Version

2.22.0

Steps to Reproduce

1.login 2.to the /issues

Expected Result

the /issues/ page is always loading, but don't show the content

Actual Result

QQ20240222-145809@2x

Event ID

No response

aldy505 commented 8 months ago

Well.. have you disable your adblockers yet?

Check your browser's network tab, is there any request made to the self-hosted sentry?

What's your instance's network configuration? How's the resource usage on your server (CPU, RAM, disk I/O), is it full or are there some empty spaces?

lihong22-tal commented 8 months ago

Well.. have you disable your adblockers yet?

Check your browser's network tab, is there any request made to the self-hosted sentry?

What's your instance's network configuration? How's the resource usage on your server (CPU, RAM, disk I/O), is it full or are there some empty spaces?

I also have the same problem using traceless browsers. Even when changing machines and browsers, I still can't load them. The resources on the server are relatively idle, and the network is also good.

hubertdeng123 commented 8 months ago

Echoing what @aldy505 suggested, what is displayed in your browser's network tab? Are there any errors that are popping up in logs?

r1v0n commented 7 months ago

Facing the same trouble. The console (chrome dev tools) shows an error with loading some chunks Happens on 24.2.0 The sentry service is behind CloudFlare (proxy enabled)

aldy505 commented 7 months ago

Facing the same trouble. The console (chrome dev tools) shows an error with loading some chunks

Happens on 24.2.0

The sentry service is behind CloudFlare (proxy enabled)

@r1v0n Hey, can you show me the error logs? Any screenshot of network tab?

r1v0n commented 7 months ago

@aldy505 Hey, sure. The network tab is fine, but the console shows an error

image

image

r1v0n commented 7 months ago

If I flush the cache on CloudFlare it works until the next page reload

hubertdeng123 commented 7 months ago

I think this may be an issue from your proxy settings then. I'm not very familiar with your setup but I would look into that

r1v0n commented 7 months ago

@hubertdeng123 Thank you! I have just added a rule on CF to bypass the cache as it's not needed for my deployment. Can be as a workaround My proxy server has no configuration besides basics (TLS, content types, logging...) @lihong22-tal Do you use CF or do you have any caching config?