Hello! I’m developing a payments_extension (offsite) using the Shopify CLI.
When I run the command:
shopify app dev
CLI version: 3.69.0
I get this error in the terminal when Shopify tries to preview or load the extension:
Error while deploying updated extension draft: App configuration is not valid
Validation errors in extensions/test-offsite-payment/shopify.extension.toml:
• : Invalid input
Has anyone seen this error during local development? Any advice or ideas would be greatly appreciated
Thanks in advance for your time and help!
Here’s my current shopify.extension.toml file:
api_version = “2025-04”
[[extensions]]
name = “test-offsite-payment”
handle = “test-offsite-payment”
type = “payments_extension”
Could you try running shopify app dev --verbose and sharing the verbose output here in the thread? I can take a look at that and see if we can pinpoint exactly where the validation is failing.