404 When editing a Site Update

(This topic is different from 404 when submitting a new site update)

When I try to update the following site update: https://exercism.org/maintaining/site_updates/365643/edit with the pull request https://github.com/exercism/prolog/pull/364:

image

I have a 404 page not found:
image

Here is a screenshot from the network tab, notice that it does a POST to https://exercism.org/maintaining/site_updates/365643:
image

Note that I did try to do the same POST to the https://exercism.org/maintaining/site_updates/365643/edit URL but this didn’t work.

References:

You need to put a number in the “pull request number” box, not a URL.

@dem4ron Maybe we could guard this by changing the box to a number input?

You need to put a number in the “pull request number” box, not a URL.

Oh yes in fact it works like this.

I guess the error should’ve been a 400 maybe with an error message.

When I read the “url” in parentheses I imediately thought to input an url there even with the field labelled like “Pull Request number”.

1 Like