Nov 15, 2018
Hello there, i have a little problem with showing the correct delivery time in the debut templates product page. I want to have two states: When there is inventory of a variant: 2-5 da...
No content to show
User Activity
You made my day sir!It's working finally
The real fun part is that i can take the redirect url from the 302 header sent, copy it into the browser bar, and it works. But the remix redirect function does not work with this url
Same error here I tried to use different redirect code and throw instead of return but it didn't workedexport const action = async ({ request }) => {
const formData = await request.formData();
const quantity = formData.get("quantity");
console...