Oliver-Tobias Ripka
Oliver-Tobias Ripka
### Environment The app.config contains some text here: https://github.com/nuxt/framework/blob/main/docs/content/1.docs/2.guide/2.directory-structure/3.app.config.md but is empty on nuxt.com. ### Reproduction Goto https://nuxt.com/docs/guide/directory-structure/app.config ### Describe the bug Page is not displayed correctly. ### Additional context...
I want to use queryContent in an app that provides content only to authenticated users. For this to work queryContent needs to send the current cookie header to the server....
I want to use streaming to be able to share my main display on Teams with the possibility of pausing the stream. This works nicely with a keyboard shortcut to...
I have a nuxt3 project that uses Docus. When running `nuxi build` or `nuxi analyze` I get many warnings like this: ``` Sourcemap is likely to be incorrect: a plugin...
I had a stray png in the content dir and it caused by production build to fail, dev was fine. I suggest changing this line(, to check if item is...
This pull request introduces a new option for slide export. It allows for the creation of an A4 page with the slide on the top and the speaker notes on...
I did some trials to integrate excalidraw and it worked when converting the files to png automatically using a browser as an exporter. I think it would be nice to...
I just updated to 1.3.1 and my app does not `npx nuxi build` anymore because of 500 errors in the prerendering. ### Version @nuxtjs/supabase: v1.3.1 nuxt: 3.12.3 ### Steps to...
I had code like this on the server side in an event handler. That failed the second request. The issue was, that signUp apparently assumes the role of the user...
Using the latest v0.50.0-beta1 and trying the experimental snapshot overview i noticed. That switching color modes does not switch the color mode of the snapshots, see screenshots. In the blurred...