Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for development against a local server #1124

Closed
aaronbrethorst opened this issue Feb 26, 2024 · 0 comments · Fixed by #1125
Closed

Improve support for development against a local server #1124

aaronbrethorst opened this issue Feb 26, 2024 · 0 comments · Fixed by #1125

Comments

@aaronbrethorst
Copy link
Member

Preconditions

I am using the onebusaway-docker repository to run an OBA server on my development machine, using the following commands to run a server for the Champaign-Urbana area of Illinois:

GTFS_URL=http://developer.cumtd.com/gtfs/google_transit.zip docker-compose up oba_bundler
docker-compose up oba_app

Expected

I should be able to launch the OBA Android app in the emulator, change the app's settings to make the current OBA server URL http://localhost:8080/onebusaway-api-webapp, and actively use the app, just like iOS can.

Actual

  1. I run into security issues with trying to access http://localhost:8080 — this is fixed with PR Allow use of a non-HTTPS localhost OBA server #1123
  2. Even after applying PR Allow use of a non-HTTPS localhost OBA server #1123, I am still running into issues loading stops in the specified service area. Let's track this down and get the android app to work as well as the iOS app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant