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
After migrating my project to the new update (you did a great job, and I like the new organization for the library), I notice that the middleware static_unix return a 404 error on requests with a parameter. For exemple:
After migrating my project to the new update (you did a great job, and I like the new organization for the library), I notice that the middleware static_unix return a 404 error on requests with a parameter. For exemple:
http://localhost:3000/favicon.ico works, but
http://localhost:3000/favicon.ico?test does not.
In a real exemple, this block the usage of font-awesome as the css declare the url with parameters:
The text was updated successfully, but these errors were encountered: