python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Nextjs: Why are images from the public folder not loading?
From the public folder in the root of my project there is an image: download.png. In my js file, I call it like so: <img src={"/download.png"} />. However, the image doesn't load as il...
InquisitiveTom
Votes: 0
Answers: 1
How do I add a metafield to liquid in Shopify?
I'm trying to edit a section in my Shopify theme which displays a video. I'm using the section on product pages and the URL for the video is inserted by using the theme editor tool. As such the same v...

Justin B
Votes: 0
Answers: 1
Add.Js returns error 400 (Bad Request) Shopify
I'm having trouble with posting a request to a shopify site. Every time i get a 400 error can someone help ? I have tried it with different varient ids but its still not working.
Upate:
I tested reque...

drilake
Votes: 0
Answers: 1
Testing @shopify/shopify-api with jest
I am using shopify-api module in my application and I want to test it by mocking it with jest.
The shopify-api is a class based module and in that module, I want to mock the post method in a way that ...
Nabeel Munir
Votes: 0
Answers: 0