Leonardo Cabeza

Results 10 comments of Leonardo Cabeza

Did anybody find any solution for this? `retry` is not working for me, and my bot keeps crashing

I can work on the Spanish translations.

I will start `es-ES` today, and I'm hoping to submit the PR before Sunday.

I tried this when updating the address: ```ts const updatedCart = await updateCart(cartId, data) if (updatedCart!.shipping_methods.length) { await updateCart(cartId, { shipping_methods: [] }) } revalidateTag("cart") ``` But it's not possible...

I think I got it working with this code: ```ts const updatedCart = await updateCart(cartId, data) if (updatedCart!.shipping_methods.length) { await setShippingMethod(updatedCart!.shipping_methods[0].shipping_option_id) } revalidateTag("cart") ```

Notifications in Chrome Mobile are a known issue, maybe this helps, but works only in https: http://stackoverflow.com/questions/31512504/html5-notification-not-working-in-mobile-chrome

(6bcd801) is related to this issue

I'm running into a similar use case, maybe it would be better to use the ai's provider package directly? I couldn't find any other issue with this specific problem