I'm getting a 'not found' error returned from a number of API calls that previously worked fine.
I'm unclear what might have changed to cause this, as I'm not sure when it all started 🙁
The 2 apis in question are posts to:
/api/tags/2/subscription
and
/api/fof/upload
There may well be others.
The logs on the server show nothing of any value, other than that those APIs are being called.
The subscription API is called when attempting to subscribe to a tag, which fails, whilst subscribing to a single discussion (/api/discussions/#) works fine.
Any hints on how to chase this would be appreciated.