Summary
User encounters a ‘Method Not Allowed’ error when accessing source and destination settings after upgrading to version .50.54. The error indicates that a GET request is not permitted for the specified URI, which only allows POST requests.
Question
I tried upgrading to .50.54
and I’m getting an error when I try looking at the the /settings/source
or /settings/destination
; seems to have this error:
{"message":"Method Not Allowed","_links":{"self":{"href":"/api/v1/source_definitions/list_latest","templated":false}},"_embedded":{"errors":[{"message":"Method [GET] not allowed for URI [/api/v1/source_definitions/list_latest]. Allowed methods: [POST]"}]}}
I’ve tried on 2 instances and I’m getting the same issue
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.