No content to show
User Activity
Currently, my app uses the following code to check if a user is subscribed:```tsexport const loader = async ({ params, request }: LoaderFunctionArgs) => {const { admin, session, billing } = await authenticate.admin(request);const { hasActivePayment, ...
I need help
Is there anyone?
When I deployed the project to fly.io, I encountered the following error. WARNING The app is not listening on the expected address and will not be reachable by fly-proxy.
You can fix this by configuring your app to listen on the following addresses:...
07-31-2024
Is there anyone?
07-30-2024
I developed a Shopify app and created a Block within it. Now, I added the Block I created to the page through the Theme Editor and noticed that the corresponding code was added to the Theme code as follows:The code within the dark red rectangle is au...
When opening the product page in Theme Editor, the following error occurs:I checked the address in this iframe, which is https://***.myshopify.com/products/oyota-yaris-15-inch-steel-wheel?oseid=EZNSGSwpHGBWGZ6taCsiLB5v. Opening this address separatel...
Based on the deployment results, ".env.myapp" and "shopify.app.myapp.toml" have been applied. This seems to be what I need at the moment, but I am concerned that if I don't understand where this environment is determined, it could pose risks for futu...
is there any one?
Hello,We have a question regarding deploying our Shopify app to Fly.io. For example: When we use the command `fly deploy` to deploy our app to Fly.io, which environment configuration file will be used by default? Additionally, if we want to specify ...