App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I've made a simple checkout UI extension. It works in the test/partner store, but I'm struggling with installing it on my live store. I've followed these steps for creating the extension and deploying the app:
Checkout UI extensions (shopify.dev)
Deploy your web app (shopify.dev)
I have a link generated:
But it only leads to this error message when I try to install it on any other stores then its designated development store:
My url: https://order-note-checkout.fly.dev/
Redirection url: https://order-note-checkout.fly.dev/api/auth/callback
Could my problem be that in the distribution, the partner store url is used instead of my live store url?:
Share your install link with users. They can install the app on any stores that belong to the same Plus organization as ui-extension-march-24.myshopify.com.
If so, I don't see any way of changing it.
If not, what could the issue be?
As I look into the flyctl logs, I get the following error message:
2024-03-05T00:12:16Z app[d8d9734f1dd248] ams [info] INFO Starting init (commit: 913ad9c)... 2024-03-05T00:12:16Z app[d8d9734f1dd248] ams [info] INFO Preparing to run: `docker-entrypoint.sh npm run start` as root 2024-03-05T00:12:16Z app[d8d9734f1dd248] ams [info] INFO [fly api proxy] listening at /.fly/api 2024-03-05T00:12:16Z app[d8d9734f1dd248] ams [info]2024/03/05 00:12:16 listening on [fdaa:2:9aa2:a7b:10c:e45c:8f48:2]:22 (DNS: [fdaa::3]:53) 2024-03-05T00:12:16Z runner[d8d9734f1dd248] ams [info]Machine started in 486ms 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! Missing script: "start" 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! Did you mean one of these? 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! npm star # Mark your favorite packages 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! npm stars # View packages marked as favorites 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! To see a list of scripts, run: 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! npm run 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! A complete log of this run can be found in: 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]npm ERR! /root/.npm/_logs/2024-03-05T00_12_17_633Z-debug-0.log 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info] INFO Main child exited normally with code: 1 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info] INFO Starting clean up. 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info] WARN hallpass exited, pid: 307, status: signal: 15 (SIGTERM) 2024-03-05T00:12:17Z app[d8d9734f1dd248] ams [info]2024/03/05 00:12:17 listening on [fdaa:2:9aa2:a7b:10c:e45c:8f48:2]:22 (DNS: [fdaa::3]:53) 2024-03-05T00:12:18Z app[d8d9734f1dd248] ams [info][ 2.286741] reboot: Restarting system 2024-03-05T00:12:19Z runner[d8d9734f1dd248] ams [info]machine did not have a restart policy, defaulting to restart 2024-03-05T00:12:26Z app[d8d9734f1dd248] ams [info][ 0.047115] PCI: Fatal: No config space access function found
Thanks!