Sébastien Chopin

Results 1015 comments of Sébastien Chopin

Hi @cheezone I understand your concerns and questions, the last weeks were focused on supporting Cloudflare Workers as well soon the ability to migrate from Pages to Workers in a...

Hi @remihuigen The biggest issue is that they don't allow to bulk delete using the binding: ![Image](https://github.com/user-attachments/assets/0ea2bbcf-36f6-4bb9-81a4-92b7bbb25e21) Actually I should change the batch to 10,000 keys so it will avoid...

Did you try locally that it's working @onmax ?

This is quite weird as nothing is related to the bindings in the GitHub action (and is using the same logic the the CLI though). Do you have the Blob...

I would also add this note on `useAsyncData` 👍

I believe this is indeed related to Nitro. I just tested locally in my playground and I cannot reproduce this behavior, can you try with latest Nuxt & Nitro versions?

I did not go that far about the passkeys so I am more than open to hear how you will implement it!

I see, this is quite tricky when there is a proxy behind as I suppose that the Heroku server is HTTP and they have their reverse proxy adding HTTPS, making...

I guess we could then add a `config.redirectUrl` option that can overwrite it here if provided (https://github.com/Atinux/nuxt-auth-utils/blob/main/src/runtime/server/lib/oauth/keycloak.ts#L91) ```ts const redirectUrl = config.redirectUrl || getRequestURL(event).href ``` Would that work for you?...