Issues with POST in web component

image
The companion says error 1110: the specified request headers are not valid: element 1 is not a list

You need to make a list of lists:

That worked! The regster endpoint worked and created an account but for some reason it says eror 201, no idea what that is but this is what the logs say:

/var/task/google/cloud/firestore_v1/base_collection.py:303: UserWarning: Detected filter using positional arguments. Prefer using the 'filter' keyword argument instead. return query.where(field_path, op_string, value)

10:49:03.863

127.0.0.1 - - [08/Feb/2025 09:49:03] "POST /api/register HTTP/1.1" 201 -

image

Ooh ok! That makes sense, but for some reason the API is now its returning error 409, with no logs at all, I don't know if this is an issue of the appinventor code or the code of the api itself

Taifun