remix-run/remix-webpack-demo

every save logs a not found object

ryanflorence opened this issue · 1 comments

If you save a file, the terminal logs:

💿 Rebuilt in 371ms
{ data: '', status: 404, statusText: 'Not Found' }

I can't find what is logging it.

Can't reproduce. Though those logs look similar to the thrown 404's in contacts/$contactId/edit loader and conacts/$contactId index loader.

Screen Shot 2022-11-08 at 11 10 56 AM