stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

Cant get results #236

Closed emirbay closed 2 years ago

emirbay commented 3 years ago

Describe the bug Cant get results when checking this site (made in React):

To Reproduce blc - ro https://keen-wright-a25bee.netlify.app/

Expected behavior

Environment:

Nishantbhagat57 commented 2 years ago

Me too

gauravgandhi1315 commented 2 years ago

I am seeing the same issue.

benhammondmusic commented 2 years ago

Is broken-link-checker supposed to be able to work with client rendered react apps? I also can't get any results running it on my page. If anyone knows what I'm missing let me know, thanks

stevenvachon commented 2 years ago

It does not currently support client-rendered apps; only server-rendered.

benhammondmusic commented 2 years ago

It does not currently support client-rendered apps; only server-rendered.

Thanks! Makes total sense; just wanted to make sure I wasn't missing something. PS great package; once I figure out SSR for my app I'll be revisiting this.