You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix configSource in getAppConfigurationState to distinguish default fallback
The old code computed configSource before cache resolution, so when
neither a flag nor a cached config was set, the default shopify.app.toml
fallback was mislabeled as 'cached' instead of 'default'. Move the
source determination after resolution to match the three-way logic
already used by selectActiveConfig.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments