No content to show
User Activity
10-29-2024
Hello , I want to add sentry for error tracing in shopify remix , has anyone done it ?I have configured according to the sentry docs but still its not working
10-05-2024
Hello everyone Iam trying to fetch svg icons which are in the public folder in remix app , I can access it via going through the url like this https://<url>/icons/icon.svg but I dont want to use it like this because I want to mask the image to give ...
09-30-2024
Ive built custom app using remix and saving the data in mongodb and fetching the data in theme app extension using app proxy and its working fine but its decreasing the performance of store front around 20 points , how can I optimize the app to maxim...
so in the shopify docs its saying that we can subscribe to webhook using app configuration file (toml) or using the API in the shopify.server file. so in the toml file there is already an webhook for app uninstalled config like this[webhooks]api_ver...
09-26-2024
Do we need to add in both toml and shopify.server file for subscribing webhook ?as I can see you added ORDERS_CREATE topic in both toml file and in the shopify.server file
09-25-2024
I ve created shopify remix app which collects store information, owner details not the customer data so I didnt add any scopes for customer and order . but three mandatory webhooks needs to be subscribed for Customer data request, Customer data erasu...
09-24-2024
Iam using shopify remix for custom app , which callback url does the shopify sends the request after installing the app so that I can save the necessary shop and user details in my db.
09-23-2024
In my shopify remix app I want to save user and shop data when the user install the app
Thanks for the reply but the value of this header x-shopify-shop-domain seems to same as the shop front store domain , suppose if anyone changed the domain so this also be changed or not ?also I saving the shop ID which looks like this : gid://shopif...
09-20-2024
After uninstalling the app the uninstalled webhook is triggered so that I can cleanup the user data in my database.But Iam cleaning up the DB based on shop's ID not the domain because domain can be changed , so to get the shop's ID I have to query th...
09-19-2024
so in the shopify docs its saying that we can subscribe to webhook using app configuration file (toml) or using the API . so in the toml file there is already an webhook for app uninstalled config like this[webhooks]api_version = "2024-07"[[webhooks....
09-16-2024
I have created a Shopify custom app using remix so in theme extension I am fetching the data from my app routes that I have defined like this /badge-data . I have setup the app proxy in partners page also like this:Subpath prefix : /appsSubpath : /ba...
09-16-2024
I have created a Shopify custom app using remix.Its working perfect in local even I build it and start the server and point it to ngrok domain all things are working correctly, but when after deploying it to digital ocean and installing the app getti...
I want to get some data in the theme extension from my remix backend how can I do it ?
I am creating an announcement bar app in Shopify so that other users can install it from app store , I've collected the necessary details like its background color , text and all of things and saving that data in mongo DB . I've created embed app ext...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1109 | 08-23-2024 06:44 AM |