browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

Every time I save the popup I get error: file can not be accessed

Open francoisbeyers opened this issue 1 year ago • 8 comments

Your file couldn’t be accessedIt may have been moved, edited or deleted. ERR_FILE_NOT_FOUND

Then I have to stop the server and start it again and then the popup shows the update. What am I doing wrong here? I followed the steps:

# Install packages
npm install

# Live Dev for multiple browsers
npm run start [browser]
# npm run start brave

I've even tried to do a build and then npm run start brave again, but that does change either. Would appreciate any help. This is a great boilerplate

francoisbeyers avatar Mar 10 '23 09:03 francoisbeyers

wow that's strange, will take a look this weekend ✌️

Debdut avatar Mar 10 '23 14:03 Debdut

Thank you @Debdut It is most likely something I am doing, but I can't seem to figure it out. And I would really just like to use your boilerplate code, than recreating the whole thing from scratch. 🙏

francoisbeyers avatar Mar 10 '23 14:03 francoisbeyers

@francoisbeyers, can you provide the repro steps? Also, it should be working in Linux now, after #12 . Thanks!

nascarsayan avatar Mar 18 '23 17:03 nascarsayan

Same thing for me unfortunately: image

Clean download. Ran npm i and changed a single character in the popup - nothing else.

Edit: I tried a bunch of things now. It seems that the hot reload is not pushing all the changes correctly. Even after deleting the popup folder completely, I get this

image

alexburlis avatar Mar 31 '23 11:03 alexburlis

Can you chime in your system info?

Debdut avatar Apr 22 '23 07:04 Debdut

Tested on a Macbook Pro M1 Max as well as my Windows Desktop with newest Chrome and fresh npm installs without nvm. Let me know if you need specific details! Appreciate you taking the effort to look into this.

alexburlis avatar Apr 22 '23 09:04 alexburlis

+1, experiencing the same thing here. Can repro the issue with a Macbook Pro M1 with the newest chrome w/ fresh npm install. Thanks for taking a look at this!

helloworld avatar Apr 29 '23 20:04 helloworld

Same here. Let me know if i can help debugging the issue.

jsegura avatar Aug 30 '23 02:08 jsegura