"Content not from webpack is served from" error with rspack

I updated a Meteor project to 3.4 with rspack and now when starting a local development server i get a “Content not from webpack is served from” error in console like this:

=> Started proxy.                             
=> Started HMR server.                        
[Rspack Server] [server-rspack]:package ...  -
  [server-rspack] compiled successfully in 202 ms

=> Started MongoDB.                           
[Rspack Client] <i> [webpack-dev-server] Project is running at:

[Rspack Client] <i> [webpack-dev-server] Loopback: http://localhost:8080/, http://[::1]:8080/

[Rspack Client Error] <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.1.104:8080/
<i> [webpack-dev-server] Content not from webpack is served from '/home/vooteles/tm/public' directory

[Rspack Client] [client-rspack]:package ...  -
  [client-rspack] compiled successfully in 434 ms

=> Started your app.                          

=> App running at: http://localhost:3000

I have seen other having similar errors as well in the console output. Is this something that requires attention or can it be safely ignored?

Claude advises the following:

This is a problem on the dev server itself. For some reason, they have been flagged as errors, and I needed to tweak each of them to show as normal logs as a workaround for the expected behavior. There are likely still some missed cases that should not appear as errors. I will check them properly. Thanks!

1 Like