mmd-osm left a comment (openstreetmap/openstreetmap-website#6192)

The preflight request is failing with HTTP 500. There might be something wrong 
with `form.getfirst("token")`. Elsewhere we're using `getvalue` to fetch the 
parameter value, and check if a value is available:

```
elif "token" in form:
  token = form.getvalue("token")
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3085284082
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6192/c3085284...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to