Sébastien Chopin

Results 958 comments of Sébastien Chopin

Can you run `nuxi info` and write the results of it here?

Actually, since we are planning to release Sigma to bundle the Nuxt app without having to install dependencies, I would postpone a bit this issue.

This would be documented in the Brige section.

Actually we don't recommend to use the in app.vue until Vue 3 fixes a bug with Suspense and nested elements.

Because at the moment, it is less buggy when running within CF workers!

What happens when you go on `/api/_auth/session` with your browser once the cookie is set?

You can overwrite the cookie domain this way: ```ts export default defineNuxtConfig({ $production: { runtimeConfig: { session: { cookie: { domain: 'example.com' } } } }) ```

Thank you very much for this detailed issue @ovlb, Nuxt Image is not in version 1 and is open to improvements :blush: I would actually not create a `altText` prop...

How do you use the site url in your code? if there is no pre-rendering, you can get the url using [useRequestUrl()](https://nuxt.com/docs/api/composables/use-request-url) ```vue const url = useRequestURL() ```

Sorry for the late answer, this is quite weird as the `authorizationParams` should be empty, could you `console.log` it?