Cully Larson
Cully Larson
I'm getting this as well. Using 3.0.1. Trying to use in browser.
@marcofranssen That's a great alternative. Though, ideally: since it's easy to precache images (just put them in `/public`), if next-pwa could recognize when an image is being requested that is...
@acannon828 `-L` works. I actually mention it in the repo. I'll update the issue to include it as well. That's what I've been using since noticing this problem. Though it...
I think [chokidar](https://github.com/paulmillr/chokidar) has made some recent updates to fix Docker issues. Maybe this is just a matter of updating the chokidar dep?
@tristoncarter34 This may not be the same issue. Have you tried posting your question on [Stackoverflow](https://stackoverflow.com/)?
FYI, I tried cloning nodemon and updating chokidar to 3.4.2 and it doesn't seem to have fixed the issue.
I reproduced the same problem with chokidar alone, so this might just be a chokidar issue. I posted an issue there: https://github.com/paulmillr/chokidar/issues/1051.
@bpstrngr I don't know if it's the same. I have gRPC FUSE turned off.
It is still an issue. It just seems to be an issue with chokidar.
@remy I posted an issue in the chokidar repo a while back, with an example of how to reproduce using only chokidar: https://github.com/paulmillr/chokidar/issues/1051.