-
I try to acces to next route but launch the follow error
```
Argument 1 passed to EasyCarga\Http\Middleware\AuthenticateUser::__construct() must implement interface Illuminate\Contracts\Auth\Guard, i…
-
Middleware:
https://github.com/urfave/negroni
Routing:
https://github.com/gorilla/mux
In other languages/projects I have used middleware, it seems to work well. I am not attached to either of the ab…
-
`_http_outgoing.js:356
throw new Error('Can\'t set headers after they are sent.');`
from the parseTokenCookie from expired cookies? Hard to replicate this bug.
-
It should be:
```
async function koaMiddleware(ctx, next) {
const { req } = ctx;
```
This does not exist anymore and ctx is explicitly passed!
-
**RomM version**
3.5.1 (UnRAID)
**Describe the bug**
All attempts to upload BIOS or Firmware files fail silently. In the logs, it is stated that permission for /romm/library/bios is denied.
**…
-
1. rest 中, RecoverHandler 能否搞一个入参function, 很多时候出现panic之后,想给用户提示一些比较好的信息, 但现在框架是没有的,框架这里也没法统一提示信息, 因此最好提供一种回调方式,让用户自己手动处理
2. rest chain中,我个人感觉应该将RecoverHandler提前,记日志, recover,后面再是其它 middleware
3.…
-
**Describe the bug**
I added manufacture with a spool weight of 0 and now the manufactures tab will not load and give error 500.
The purpose of 0 spool weight is because I buy refills and I do not k…
-
I can't use handle handleAuth middleware with websocket connection even it works well with other connections
with web socket it gives "hijack exception"
is there any way to handle websocket connect…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
Running simple Flet app with parameter `view=…
-
It increases the dev server startup time from 3 seconds to as much as 15 seconds.
I won't provide a reproducible example; this is just for your information.