[Bug]: Checkout UI Extension - shopify app dev
- Error: "Failed to Bundle Extension..."
#4450
Closed
2 tasks done
Labels
Area: @shopify/app
@shopify/app package issues
State: Waiting for feedback
Type: Bug
Something isn't working
Please confirm that you have:
In which of these areas are you experiencing a problem?
Extension
Expected behavior
Upon generating a Checkout UI Extension via shopify-cli, then running
shopify app dev
ornpm run dev
, the app should run locally and be served.Actual behavior
shopify-cli
.shopify app dev
ornpm run dev
, the console does not serve the project and there is an error message.shopify app dev
ornpm run dev
, but once an Extension is generated, the app does not run and errors.Verbose output
I do not want to post verbose output for security reasons. Verbose output shows all of the migrations and queries running for about 2 minutes, then it shuts down. Attached is a screenshot from verbose output.
The error message is as follows (upon
shopify app dev
):Failed to bundle extension checkout-ui-extension. Please check the extension source code for errors.
Reproduction steps
shopify app generate extension
.shopify app dev
. (This is where it fails for me).Operating System
Ubuntu 24.04.1 LTS
Shopify CLI version (check your project's
package.json
if you're not sure)@shopify/cli/3.66.1
Shell
Ubuntu 24.04.1 LTS Terminal Windows Subsystem
Node version (run
node -v
if you're not sure)v18.20.4
What language and version are you using in your application?
TypeScript React
The text was updated successfully, but these errors were encountered: