mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
208 stars 18 forks source link

Service worker registration failed. #51

Closed elgodox closed 5 months ago

elgodox commented 5 months ago

After building the chrome extension and importing, it gives this error

image

anthonyjclarke commented 5 months ago

I have this issue, I wonder how you fixed this?

mtalcott commented 5 months ago

Make sure you're loading the Chrome extension from the chrome_extension/dist/ directory, not just chrome_extension/. I get this error if I try to load it from the latter.

I pushed an update to make loading from the chrome_extension/ directory fail earlier in the process: https://github.com/mtalcott/google-photos-deduper/pull/52

anthonyjclarke commented 5 months ago

That fixed it! Thanks