Closed elogicuk closed 1 month ago
I see you opened local.html file in the browser, which prevents access to assets like local.js
due to CORS policy.
Either open in a local server or use directly from the hosted path
To start local server :- python -m http.server 5500 --directory .
thank you its working now
I downloaded your repo opened the local.html file and try to use the app
and i get a blank screen after selecting my files to upload