Onpremise integration with github issue

when I type the command “sentry config set system.url-prefix …” , It is showing
[INFO] sentry.plugins.github: apps-not-configured

Any solution for this?

What is that 127.0.0.1:6379 address?

I think that is that is the IP which is mentioned as host in redis configuration in config.yml file.

You cannot use the local loopback IP address (127.0.0.1) for system.url-prefix if you want to be able to use integrations or if you want to make your Sentry instance available to anyone but to your local host. That’s probably your issue. If you want to test your local instance, you may use a service like ngrok which gives you a public domain name forwarded to your local computer.

No, I am not using the local IP address for system.url-prefix. I deployed sentry in aws ec2 ubuntu instance. I am using one domain name for system.url-prefix.
Defaultly that IP is mentioned as the host IP in the radius server configuration in config.yml file.

Sir, could you please suggest any solution for that issue?

While running the ./install.sh command also, it is showing this
[INFO] sentry.plugins.github: apps-not-configured

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