Hello all! I am working through the Qwik tutorial and for some reason im getting the following error in the console, no matter what is entered into the editor:
404 - https://qwik.builder.io/repl/1jrousehdip/
Diagnostics tab shows the following:
Error: Could not load /app_component_ncbm0trxwgc.js (imported by app.tsx): Cannot access the file system (via "fs.readFile") when using the browser build of Rollup. Make sure you supply a plugin with custom resolveId and load hooks to Rollup. at fe (eval at g (https://qwik.builder.io/repl/repl-sw.js:1:341), <anonymous>:12:23466) at Object.eval [as readFile] (eval at g (https://qwik.builder.io/repl/repl-sw.js:1:341), <anonymous>:12:353107) at eval (eval at g (https://qwik.builder.io/repl/repl-sw.js:1:341), <anonymous>:12:359412) at async ul.work (eval at g (https://qwik.builder.io/repl/repl-sw.js:1:341), <anonymous>:12:353044)
I am not using an adblocker or anything like one. There are no crazy plugins running in my browser. I'm using edge, so im not sure if its a browser issue. Pics attached. Any help would be appreciated!