API maproulette.org/api/v2/challenge/50887/rebuild
fails with Bad Gateway Response
#2569
Labels
bug
Something isn't working
I am calling updates to rebuild my challenges and for some (or sometimes) I get Bad Gateway Response
This is an example:
https://maproulette.org/api/v2/challenge/50887/rebuild?removeUnmatched=true&skipSnapshot=false
I am using
removeUnmatched=true
to cleanup old data first.I wonder if this is an error because the API tries to be synchronous but should be asynchronous?
What I expect to happen is, that I send the API call and get an "200 'request received'" response and then the server does the update asynchronously.
That is how I see it happen on the client when I use the rebuild-button, which loads a new web page and shows the progress bar.
Related questions
skipSnapshot=true
? Do I want to add this? Does it make thinks faster?Note to self:
challenge.status===1
. Source1, Source2The text was updated successfully, but these errors were encountered: