-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Experienced behavior on iOS.
I'm serving an image locally from a web server, bound identically under two hostnames: http://localhost:3000/myImage.png
and http://foobar:3000/myImage.png
Works as expected:
<Image source={{uri: 'http://foobar:3000/myImage.png'}} />
However, the following does not work, and no request hits the server hosted server at all, so may not be making the request at all or it may be mangled/routed somewhere unexpected.
<Image source={{uri: 'http://localhost:3000/myImage.png'}} />
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.