Url changes to 'localhost' when uploading a file

Hi,

I am facing an issue (or it is meant to be) where the URL changes to ‘localhost’ instead of the custom hostname when sentry-cli is uploading a file to the server. So for example, it logins correctly with an address
www.abc.com/api/0/...
then, when it gets to the step of uploading the file (gzip), it is changing it to
localhost/api/0/...

I am wondering if this is supposed to be this way?

Thanks,

Hi, sorry we missed your message earlier. You’ll need to set your system.url-prefix config accordingly: https://develop.sentry.dev/config/#general

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.