Can't run the web client
Hi, first of all, amazing job at creating an API at such a fast rate, it's not even day one of the platform.
However, I want to use the web client, but nothing shows up:
And when i try accessing any username:
I'm running the script with npm run dev, am i doing something wrong?
Hi there, @torrober!
I hadn't added anything to the root page(/) yet, but the username page should work!
Did you run yarn workspace threads-api build before running yarn workspace threads-web-ui dev?
Hi there, @torrober! I hadn't added anything to the root page(
/) yet, but the username page should work! Did you runyarn workspace threads-api buildbefore runningyarn workspace threads-web-ui dev?
@junhoyeo I think we need more description in README.md
@Mineru98 I agree.
Still couldn't run the web client, i'm having errors with the threads library or the next framework.
How am I supposed to run the client from scratch? i have tried anything but nothing worked
@torrober I'll check on this issue.
@torrober yo i think this was resolved a while ago. Can you try running the web client again with the latest commit?
yarn # Install dependencies
yarn workspace threads-api build # Build `threads-api`
yarn workspace threads-web-ui dev # Run dev server
# Visit http://localhost:3000/_junhoyeo to check
I'll add proper documentation & improve the client before closing this issue!
I Got the website working, but there's a problem related with requesting threads.
Page still showing 404 error
Too many redirs..
Strange, will check and update.
Just updated to the newest release, and everything works fine!
However, i had to run with git bash terminal, idk if its something related to powershell or non unix/linux systems, but please take consideration of that.
The redir error was fixed thanks to the proxy.
Seeing this on your page. zuck's page works fine tho
@threaderzero Check this commit
This is the first Threads scraper code. This requires no login . I think this will help someone.
https://github.com/iamdeepak92/threads-scraper
Believe this is fixed! 🥳