YL

Results 7 comments of YL

For the styles, the workaround I found is in `ssr.ts`: ```javascript import { createInertiaApp } from '@inertiajs/vue3'; import createServer from '@inertiajs/vue3/server'; import ui from '@nuxt/ui/vue-plugin'; import { createHead, renderSSRHead }...

https://github.com/nuxt/ui/pull/5347#issuecomment-3506599510 @Barbapapazes

Hi, The issue is that Inertia handles its own head management, so it doesn't pick up the tags generated by Nuxt UI's internal `unhead` instance during the SSR pass. The...

Thank you for your response. I am not sure to understand why Portainer can't use an existing volume to create a service while it works fine via CLI. I didn't...

Maybe this could be the problem? https://github.com/portainer/portainer/blob/940bf990f97a5a5767ea128193294eeace29d2a9/app/docker/models/volume.ts#L60