Self Hosted Apollo Router

I just signed up for Apollo and I’m running a Self-Hosted Router. I have all my subgraphs published and things are working great.

However, when I select the “Explore” button in Apollo Studio, the sandbox opens with an API Endpoint that’s pointing to the Cloud Router automatically spun up in Apollo Studio. This URL is incorrect (all our stuff is behind a VPN). It should be my apollo router url instead. However, there is no way to change the URL or to disable the Cloud Router.

My second issue is with telemetry. In my Self Hosted Router, I get this log:

failed to submit Apollo report: Apollo exporter client error: This usage was reported using a Cloud Supergraph API key but was reported from Apollo Server or a self-hosted router. Please ensure that your server is configured with the appropriate Graph API key

From what I’ve gathered, I have configured the correct API key (starts with service:) and I obtained it form the “graph-level” API Keys section.

I am of the mindset that both of these issues stem from root cause of being “stuck” on Cloud Router. How do i get off of it? Do i need to delete my entire organization and start over? I don’t see any options when creating a graph so it’s not clear how to fix this.

I ended up deleting and recreating my org. It seems the Serverless (Free) plan forces you to use their cloud router. I am also under the impression that this plan no longer exists. Once I created a new org under Free instead of Serverless (Free) things worked as expected.