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.49k stars 1.7k forks source link

souremap has been unable to display #3114

Closed maxming2333 closed 2 weeks ago

maxming2333 commented 3 weeks ago

Self-Hosted Version

23.8.0

CPU Architecture

x86_64

Docker Version

Docker version 26.0.0, build 2ae903e

Docker Compose Version

docker-compose version 1.29.2, build 5becea4c

Steps to Reproduce

https://github.com/getsentry/sentry-javascript/issues/12382

Expected Result

I've tried various methods now, but it still doesn't work

Actual Result

I've tried various methods now, but it still doesn't work

Event ID

No response

maxming2333 commented 3 weeks ago

I would like to ask which problem is this: sentry, docker, docer-compose, self-hosted, sentry-vue or sentry-js ?

maxming2333 commented 3 weeks ago

I fix to this https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/480


This fixes "Permission denied" issues for sentry-web and sentry-workerhttps://github.com/getsentry/self-hosted/issues/302

# /var/lib/docker/volumes/sentry-data/_data -> /data
docker exec sentry-self-hosted_web_1 chown -R sentry:sentry /data/files

This fixes "Permission denied" issues for sentry-symbolicatorhttps://github.com/getsentry/sentry-javascript-bundler-plugins/issues/480

# /var/lib/docker/volumes/sentry-symbolicator/_data -> /data
docker exec sentry-self-hosted_symbolicator_1 chown -R symbolicator:symbolicator /data
azaslavsky commented 3 weeks ago

So are you still seeing the issue? Or does the last comment imply that it is fixed?

maxming2333 commented 2 weeks ago

I'm very happy that the problem has been solved through the above method. I will close the issue.