PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] What does it mean " The request Url /index.bundle was not found on this server"?

 November 15, 2022     error-handling, react-native, tags, url     No comments   

Issue

When I run a react-native project, I get this errorenter image description here, but I don't know what mistakes I do, I was very confused.


Solution

  • click on ctrl+M and open settings .
  • go to debug source host & port for device and set the local host as localhost:9090
  • now run the project
    react-native start --port 9090
    react-native run-android --port 9090
    


Answered By - Vyshnavi.K
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing