-
Notifications
You must be signed in to change notification settings - Fork 2
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
Openstreetmap search does not work on self-hosted but works on aws #5
Comments
Here's an example of what happens when the search is NOT working: Here's the network traffic returning 404's:
|
Here's the API endpoint that gets called: https://my-cloudflare-webarena-hosted.com/api/0.6/way/474976514/full Here's what it looks like: On AWS instances, following the webarena official ami, e.g. on URLs like this: http://ec2-random-numbers.compute-1.amazonaws.com:3000/way/474976514 It should appear like this: |
It appears that on self-hosted, it doesn't, as the /api endpoint does not seem to be set up properly.
Originally posted by @xhluca in #3 (comment)
It will affect certain tasks, such as webarena.257:
The text was updated successfully, but these errors were encountered: