facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.65k stars 26.81k forks source link

Bad Resource link in https://create-react-app.dev/ #13649

Open vineetgupta0 opened 1 month ago

vineetgupta0 commented 1 month ago

Describe the bug

An Image resource is not being loaded in the create-react-app.dev when inspected the resource is returning Bad Signature

Did you try recovering your dependencies?

Not applicable .

Which terms did you search for in User Guide?

Not applicable .

Environment

https://create-react-app.dev/

Steps to reproduce

  1. Going to the website and seeing class gettingStartedSection_6aRe
  2. Seeing the broken image link

Expected behavior

Image should be visible and be able to load

Actual behavior

Alt text is being shown, because of the inability of the resource to be fetched.

image

Reproducible demo

https://create-react-app.dev/

chandankumarm55 commented 1 month ago

i will fix it Brother ...!

Screenshot (179)

chandankumarm55 commented 1 month ago

I've fixed the bad resource link and submitted a Pull Request to resolve this issue.