NeuroCPP
NeuroCPP
Remote app + local cors server I also use this configuration (overrides the issue of not being able to play copyrighted(supported) songs) I just said that to mark it up...
DID it Sort of just installed http server using node.js and then run it as local host running like a charm(NOT) but there is this message  let's test this...
works well - Search Working : True - Playing:True - Caching(Audio):A BIG NOPE -  returns with this message as always - Browser Rejects Cache Persistance : FIXED(just the service...
UPDATE: guess who the culprit was DRUM ROLL:ME run the http-server from the flagplayer-master folder (before i was running it from the page subfolder😅) BUT , but **http-server screenshot** ...
Ok I will do that - [x] _**NOT NEEDED**_ ~~edit the reference to sw.js in index.js to page/sw.js and see if nothing else breaks~~ - [ ] add a documentation...
Ok there is some problem accessing CORS server ..sometimes it works and sometimes it doesn't then my pc BSODed multiple times..😕😕
> edit the reference to sw.js in index.js to page/sw.js and see if nothing else breaks can't figure out which index.js file are you mentioning here there are nearly 5...
Did again as u suggested but not in 'index.js' but in different main files here's what I found Search ".js" (8 hits in 3 files of 3 searched) E:\Software\FlagPlayer-master\page\index.html (1...
So I accidentally Line 589: edited this from "./page.js" --> "page.js" and it stopped working took 10 min to figure out the mistake
> `Line 257: navigator.serviceWorker.register("./sw.js").then(function(registration) {` That's the line you're looking for, and the one I initially meant (though I mistakingly said index.js instead of page.js). Experiment with the path there,...