Nabil Redmann

Results 87 issues of Nabil Redmann

I could not find a comment on how to let the servers start after a system restart, but luck had it, I only needed the chane the scheduler task from...

Sometimes my server crashes or a windows update got forced through. I added a scheduler task to remove all .\servers\*.LOCK files on system start. Maybe, this could be added by...

### Version nuxt: 3.5.3 ### Steps to reproduce Copy paste the example. ### What is Expected? Migration guide: https://nuxt.com/docs/migration/configuration#migration-1 ### What is actually happening? Errors.

bug

Starting with a dash `- test` or any other sting like `1.` or `a.` does not trigger, also not after return is pressed. The automatic list feature does not seem...

**Describe the bug** THe app crashes without warning, on saving a new connection, if the access token has been entered, from the ngrok website, but the account has not been...

bug

### Describe the feature "Server blocks are only available in pages components." It will export the block also from components/* and generate server/.generated/* files. And `` works with it as...

### Describe the feature https://nuxt.com/docs/guide/directory-structure/server#route-parameters Since the params to not work, it would be nice, to be able to use. (Query params work, so this would not be super important)...

### Describe the feature Would it be possible to have an option to use bearer-tokes instead of the session-cookie? ### Additional information Could be helpful, uses "Authorisation: Bearer ...some...id..." as...

enhancement

### Ask your question Could you add an example on how to access the session using a nuxt3 route middleware with `defineNuxtRouteMiddleware()` to the readme? ### Additional information referencing https://nuxt.com/docs/api/utils/define-nuxt-route-middleware#redirection

question

### Ask your question Is there a way to have some of the data only available on the server side, without completely disabling the routes? ### Additional information Protected: disabling...

question