Hi all,
i try to read a product with a PIM API Get products (akeneo).
I got good response from appsmith and postman but not from N8N.
It always give an error response :
ERROR: UNKNOWN ERROR - check the detailed error for more information
"application/json,text/*;q=0.99" in "Accept" header is not valid. Only "application/json" is allowed.
This seem to be autogenerated.
I only have Authorization header.
I already see this in your execution_entity Table in data field.
I try to write an accept : application/json header, but it does not work.
Thanks you, but inside Authorization’s value (in header) you write the client id and secret.
In what format are they written, all together without spaces?
@victormiranda your Akeneo is configured to use a self signed certificate so it can’t be trusted properly, You could look at using Lets Encrypt to create a cert for it or in your n8n project for hte HTTP Request enable the Ignore SSL Issues option.