Unable to Find App Proxy Settings in New Shopify App Configuration

Topic summary

A developer is unable to locate App Proxy configuration settings in the Shopify Developer Dashboard while following a tutorial for tracking customer events via /apps/... URLs. Requests to their proxy endpoint return 404 errors.

Current Issue:

  • App Proxy settings are not visible in the GUI (only App URL, Redirect URLs, and Scopes appear)
  • Uncertainty about whether the feature was removed or relocated

Solution Provided:
The new Shopify partner dashboard no longer supports App Proxy configuration through the GUI. Instead, developers must configure app_proxy directly in the .toml configuration file, as documented in the official Shopify CLI for Apps guide.

Status: Resolved with configuration file approach as the current recommended method.

Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

Hi everyone,

I’m following a tutorial that uses App Proxy for tracking customer events through a /apps/... URL (example: /apps/volumeship/api/events).

But in my Shopify Dev Dashboard (for my app VolumeShip), I don’t see any option to configure App Proxy. My setup only shows App URL, Redirect URLs, Scopes, etc. No proxy settings.

Requests to /apps/volumeship/api/events return a 404.
Has App Proxy been removed or moved somewhere else in the new developer platform? If so, what’s the current recommended way to handle real-time tracking with authenticated proxy endpoints?

Thanks!

Hi @ronniearea

The new Next-dev partner dashboard don’t allow to configure on GUI. so you should configure the [app_proxy] in your .toml file as this guide: App configuration

Hi @ronniearea

You could see it from the Versions section of the app on your dev dashboard. The URL would be something like https://dev.shopify.com/dashboard/.../apps/.../versions

hi, please refer to the below
When you create a new version manually, you can either set it explicitly in your dev dashboard or configure it in your TOML file.