Marcus Williams

Results 95 comments of Marcus Williams

you can access it in afterAuth using `req.query.host` ``` async afterAuth({ shopOrigin, shopifyToken, shopifyAssociatedUser, req, res, }) { let redirectUrl = `/?host=${req.query.host}`; console.log( `We're authenticated on shop ${shopOrigin}: ${shopifyToken} with...

OK I have confirmed that req.method is DELETE and redis_online is true but that means it won't work as this would be true ``` if (req.method !== 'GET' || redis_online...

Getting the same thing too.

Having the same issue. Using `new Date()` does make it display correctly but also make the form control value an Object which then causes problems when submitting the form. The...

Mine has been fine until i updated to 13.4.1, oddly though I don't get the issue on my local version only when it's deployed

Is there any update on this issue? If there's no immediate plans to fix it I'll attempt to do a PR if I get time.

I think this may have been an issue in nextjs, just installed the latest version and not getting the error anymore

Same issue for me too.

Thanks, it was due to not using JSON.stringify