You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced a weird bug, while trying to load some custom made middleware. The console output an error about my middleware not being found. After some investigation I found that custom middleware are expected to be in a path in lower case (see this line)
This is a very big assumption as many filesystem are case sensitive. Would it be possible to get rid of that limitation ?
The text was updated successfully, but these errors were encountered:
Hi,
I faced a weird bug, while trying to load some custom made middleware. The console output an error about my middleware not being found. After some investigation I found that custom middleware are expected to be in a path in lower case (see this line)
This is a very big assumption as many filesystem are case sensitive. Would it be possible to get rid of that limitation ?
The text was updated successfully, but these errors were encountered: