Mario
Mario
My nextcloud domain is: cloud.example.com. My trusted_domains look like this: ``` 'trusted_domains' => array ( 0 => 'localhost', 1 => 'cloud.example.com', ), ```
I'm facing the same error. I never had Dimension enabled so, doesn't seem to be related to that? I'm using fedora 36
I've also had something weird happening: sounds similiar to yours: ``` > Can you explain this SQL query? "CREATE TABLE public.niveaus ( id SERIAL PRIMARY KEY, created_at timestamptz NOT NULL...
Thank you for your code, I'll use it :). One remark format is now supported as far as I know. Possible values are 'origin' (which means do nothing) and avif.
I have the same problem
When using `getUser()` it works and I get a user object. But getSession doesn't return any session :/ ``` useAsyncData(async () => await auth.getUser()) ```
Oh that sounds interesting and would explain the behavior. I guess I'll have to use the less performant getUser() then, because that actually works on the server side, I think...
I was researching the same problem. In the [release notes](https://github.com/nuxt/image/releases/tag/v1.0.0-rc.1) for v.1.0.0-rc.1 it mentions "Support multi-sources and server-side caching using Nuxt 3's built-in [Storage Layer](https://nuxt.com/docs/guide/directory-structure/server#server-storage) for the default image optimizer...
I found a workaround: Nuxt has a hybrid mode, with which you can prerender and cache routes. https://nuxt.com/docs/guide/concepts/rendering#hybrid-rendering So what I have done is prerendering my index, which links all...
I'm a bit confused now. Mine work fine, but I'm using a completely different url :D `56080:localhost:8123`, where 56080 is the port homeassisatnt should be exposed on my remote server.