Question

HTTP method 'GET' not allowed for this resource comes when creating a new document revision

  • 28 August 2023
  • 1 reply
  • 102 views

Badge +1

Hi Community,

 

When Creating a New document revision it will occur the below error .Customer is in  IFS Cloud 22R2

 

{
    "error": {
        "code": "ODATA_PROVIDER_ERROR",
        "message": "An internal server error occurred. Contact administrator.",
        "details": [
            {
                "code": "HTTP_METHOD_NOT_ALLOWED",
                "message": "HTTP method 'GET' not allowed for this resource."
            }
        ]
    }
}

In the debug information it shows the above error.

 

Please let me know if any one came across this error

 

Thank you


1 reply

Userlevel 3
Badge +9

Hi Community,

 

When Creating a New document revision it will occur the below error .Customer is in  IFS Cloud 22R2

 

{
    "error": {
        "code": "ODATA_PROVIDER_ERROR",
        "message": "An internal server error occurred. Contact administrator.",
        "details": [
            {
                "code": "HTTP_METHOD_NOT_ALLOWED",
                "message": "HTTP method 'GET' not allowed for this resource."
            }
        ]
    }
}

In the debug information it shows the above error.

 

Please let me know if any one came across this error

 

Thank you

 

@AMMELK ,

 

Did you check the permissions ? I think not every user can create  document revisions.

 

Kind Regards!
Niyomal

Reply