Issue with dynamic ip addresses

We’re running Sentry in google container engine. When you create a new instance of the web service there, by default a new ip address is assigned. Some of the links still contain the previous ip address. It’s loaded like this: Sentry.ConfigStore.loadInitialData({“features”:[“auth:register”],“singleOrganization”:true,“urlPrefix”:“http://xxxxxx

Is there a simple way to remove the old ip? In general is there an option to remove all configuration and db data?

You should just be using a DNS record here to keep everything pointed to the right place and not rely on an IP address.

Yes, still working on setting up DNS.

sentry config delete system.url-prefix fixed my issue for now.