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/
06-24-2024
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...
06-20-2024
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 ...
Did you fill out step 2 of the form?
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 ...
fill out the form. This is the way
01-04-2024
try to follow the link to fill out the form for customer data
11-06-2023
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...
11-03-2023
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...
11-03-2023
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
Subject | Views | Posted |
---|---|---|
2033 | 11-06-2023 12:09 PM |