abinthomasonline / repo2txt

Web-based tool converts GitHub repository contents into a single formatted text file
https://repo2txt.simplebasedomain.com/
MIT License
875 stars 87 forks source link

Blank screen after selecting files #9

Closed elogicuk closed 1 month ago

elogicuk commented 1 month ago

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

image

abinthomasonline commented 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.

image

Either open in a local server or use directly from the hosted path

To start local server :- python -m http.server 5500 --directory .

elogicuk commented 1 month ago

thank you its working now