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'm serving some static files with serve. Notably this one http://172.16.1.169:7000/app.css. I use a timestamp in the query string for cache invalidation, for example http://172.16.1.169:7000/app.css?v=12345. However as soon as we use a query string serve will return a 404 error.