mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #368] The application doesn't work with IP based URL's #266
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @segmentationfaulter on GitHub (Jan 24, 2016).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/368
I was testing SMSSync and I built a web service locally which had a url http://192.168.1.4:3000/ , but SMSSync kept telling me that the endpoint is not valid. Then I deployed the same web-service on heroku and it worked. Is it a bug or what?
@frmokoena commented on GitHub (Jan 29, 2016):
@segmentationfaulter commented on GitHub (Jan 30, 2016):
Yes, phone and web-service were on the same network. EnvayaSMS worked with the same IP based URL but SMSSync did not.