Sentry is showing wrong redirect uri for slack

Initially, we have set up a sentry at domain1.com. Then we have moved it to domain2.com.
We have set system.url to new domain.

In the slack app, we have changed redirect URI to the new URI. But when integrating slack from the sentry, it is failing with redirect mismatch.

Why does sentry still use old redirect URI for Passed URI?

Can you run sentry config get system.url-prefix and see what it returns?

1 Like

In some older docs, config option was system.url not system.url-prefix. Once sysytem.url-prefix is updated, it is taking the correct url.

1 Like