No content to show

User Activity

Apologies, I can't seem to edit my post, but just in case you'd like to see it, I did a little write up https://blog.waysoftware.dev/blog/environment-variables-in-shopify-checkout-ui-extension/
I have a digital downloads app and am hoping to support downloads from Thank You and Order Status pages. I have the extension in place but struggling to get download working when first proxying through my server for permissions checks around the down...
I have a checkout extensibility UI extension. I want to enable downloads from a presigned url in the thank you and order summary pages. If I just present the presigned URL, this works alright, but I'd like to send the request through my server first ...
The solution I propose above will work in production as you're writing to a typescript file that you depend on at runtime, not environment variables
Adding my solution here, should it help: In case it helps, I landed at a solution that I think I like better than metafields for now. Obviously Shopify supporting this would be ideal / feels like table stakes, but as a workaround I think I like this ...
In case it helps, I landed at a solution that I think I like better than metafields for now. Obviously Shopify supporting this would be ideal / feels like table stakes, but as a workaround I think I like this better than using metafields and writing ...
try to follow the link to fill out the form for customer data
For posterity's sake, I got this solved. My dev console had a lot of noise (ended up being due to Brave browser) which prevented me from seeing the signal. I had a client side error around reading from process.env. I have a `config.ts` file that read...
Small update -> I've recreated a remix project with a similar layout with a base route that holds a nav  with <Link>s and an <Outlet> for routing. The reproduction is using the same server as I'm trying to get working within the Shopify app. Both fro...
Hi, thanks but the app is going through OAuth flow without issues. It is pretty much a stock cli project so that's all set up automatically. The loader is use is correct as I can validate it without hitting the second server, it is behaving as expect...
I am in the beginning stages of creating an app. I used the Shopify cli for remix and currently have only two routes. Navigation works completely fine until I try to fetch some data in the loader. It should be noted that I am calling out to a second ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.