lmsqueezy/lemonsqueezy.js

Checkout links not working on firefox

Closed this issue · 6 comments

Hey,

Can you share more details on this? It seems like you pasted wrong URL to Firefox. The correct URL should look like: {store}.lemonsqueezy.com/buy/{variant_id}, which then gets redirected to {store}.lemonsqueezy.com/checkout.

i have same error, but in Arc Browser
use createCheckout api get checkoutUrl https://{store}.lemonsqueezy.com/checkout/custom/{x}?signature={x}
then i use window.LemonSqueezy.Url.Open(checkoutUrl) is work.
but use window.open(checkoutUrl, '_black') get 404, redirected to {store}.lemonsqueezy.com/checkout
@brankoconjic

I found out that when I cleared the cookies, it worked fine.

I found out that when I cleared the cookies, it worked fine.

same lol Cookies is the issue thanks

But I still think it's a bug, because when I use someone else's lemonsqueezy payment page, if I don't clean up the cookies and eat the click-to-click payment page, it will display someone else's.

The fix for this is on the way and it should be live next week. Will close this issue as a duplicate of #68.