Confused with post error - Missing param: name, param: industry.methods.0.name

Options

I have a post endpoint with authentication being sent from Weweb. I keep getting the following 400 error:

code: ERROR_CODE_INPUT_ERROR,

message: Missing param: name,

payload: {param: industry.methods.0.name

}

What I cannot figure out, apart from generally making it work lol, is where the param name is coming from. My inputs and table do not have a name input or column. It is a selection list, so not sure if the 0 represents the first option in the array of selections or something else. Also each field has a name attribute, I have even switched the input from a select to a string and received the same error.

Any advice would be appreciated! Thanks in advance.

Tagged:

Best Answer

  • Forrest
    Forrest Member
    Answer ✓
    Options

    Nevermind, I removed columns and inputs until the post went through and started adding the items back as soon as it work. Not sure what the issue was but its working now.