You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(re: #1130)
Apparently the `api.openstreetmap.org` won't work with OAuth2 yet.
It currently tries to redirect to `www.openstreetmap.org` which triggers a
CORS issue (the 2 domains are considered different origins)
Will hold off on this for now and watch openstreetmap/operations#951
Apparently the api.openstreetmap.org won't work with OAuth2 yet.
It currently tries to redirect to www.openstreetmap.org which triggers a CORS issue (the 2 domains are considered different origins)
bhousel
added
waitfor
Can't work on this until something else unblocks it
and removed
waitfor
Can't work on this until something else unblocks it
labels
Oct 23, 2023
bhousel
added a commit
to osmlab/osm-auth
that referenced
this issue
Oct 24, 2023
Looks like OSM would prefer if we use
api.openstreetmap.org
instead ofwww.openstreetmap.org
see openstreetmap/operations#951
The text was updated successfully, but these errors were encountered: