cancel
Showing results for 
Search instead for 
Did you mean: 

Method GET not allowed for ACTION.IMPORT

protector
Explorer
0 Kudos

I am having an issue with an action that Implemented to Import CSVs.

Locally, it works like a charm, but then when deployed on BTP, I keep getting the error:
GET Method Not Allowed for ACTION.IMPORT.

I am making a post request and not a get. (FYI)

I tested posting a small string, it worked just fine but with the Uploaded CSV “Big string”, I get the error.

Screenshots below:

Frontend upload logic

Screenshot 2024-03-25 at 09.14.34.png

Handler (nodejs)

Screenshot 2024-03-25 at 09.15.18.png

Action (schema.cds)

Screenshot 2024-03-25 at 09.15.03.png

Error:

Screenshot 2024-03-25 at 09.53.42.png

Accepted Solutions (0)

Answers (0)