No content to show
User Activity
05-21-2025
, line 1024, in raise_for_statusraise HTTPError(http_error_msg, response=self)requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://shopify-staged-uploads.storage.googleapis.com/tmp/62016291045/bulk/6e2d1f6b-2c03-4729-b0ce-b80f5...
04-28-2025
Hi team,I’m running into a configuration issue with my Shopify app’s shopify.app.toml. When I enable:automatically_update_urls_on_dev = truethe app’s URLs automatically switch to the .trycloudflare.com domain in all environments—including production—...
04-27-2025
HI My production app break if i set [build]automatically_update_urls_on_dev = trueapp start pointing to .trycloudflare.comeven production app, and if I switch off automatically_update_urls_on_devURLs not getting updated so dev store is not getting se...
04-07-2025
As storefront token is client facing and exposed what are these permissions? unauthenticated_write_bulk_operations and unauthenticated_write_gatesCan we pull data for all customers by this??
01-09-2025
but can you create a discount code by making its function owner cart transform function? like we enter a coupon and a cart transform function runs?
01-08-2025
Is thier way by shopify functions or any other way we can implement bogo on compare at price. Like 1 product get discounted 100% and other product prices changes to compare at price which is higher than its mrp.
12-11-2024
It worked now, but seeing application errorprisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".2024-12-11T11:32:43.927538+00:00 app[web.1]: Please manually install OpenSSL...
12-11-2024
used this{"name": "pilgrim-coupons","private": true,"scripts": {"build": "remix vite:build","dev": "shopify app dev","config:link": "shopify app config link","generate": "shopify app generate","deploy": "shopify app deploy","config:use": "shopify app...
12-09-2024
getting error on deploying in herokuremote: Step 9/10 : RUN npm run buildremote: ---> Running in 6639f26b9b28remote:remote: > buildremote: > remix vite:buildremote:remote: Route config in "routes.js" is invalid.remote:remote: Error: Failed to load ur...
Hi i spoke with heroku and they said it's some node js issue in Linux kernel. they are taking look at issue and will reply
logsremote: Digest: sha256:7e43a2d633d91e8655a6c0f45d2ed987aa4930f0792f6d9dd3bffc7496e44882remote: Status: Downloaded newer image for node:18-alpineremote: ---> 870e987bd793remote: Step 2/10 : EXPOSE 3000remote: ---> Running in cee7c365426eremote: Re...
Hi,My app is stuck in build process, Built is completed but not getting deployed on heroku, I have added discounts module to my app, remote: build/client/assets/hooks-DMPujAxN.js 30.75 kB │ gzip: 11.15 kBremote: build/client/assets/app-YP2J4bfO.js 5...
03-12-2024
i can create product using app proxy but remix server doesn't respond with proper 200 status and not able to send json as well
03-08-2024
Were you able to solve it, i am stuck at same point