Skip to content

Difficulty in deploying react app on GitHubPages #23770

Discussion options

You must be logged in to vote

Hi, @Karan-Ghatt!

It looks like the trouble here might be due to some broken URLs in your HTML. For example, this line of your index.html file includes the value href="/Karan-Ghatt/new-app/manifest.json":

github.com

Karan-Ghatt/new-app/blob/293841b92b6bb0c1ffd5a2aaf918a82e6728d504/index.html#L11

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="logo.png" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta name="description" content="Web site created using create-react-app" />
  9. <link rel="apple-touch-icon" href="logo.png" />
  10. <link rel="manifest" href=…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants