The issue
Whenever an attempt is made to call initProductService or initOneClickForAppService the request fails throwing the following type error:
TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["flatten"]
What I've tried
I tried using our credentials as well as some dummy credentials which should not contain invalid characters like:
await internetmarke.initProductService({
client: {
username: 'none',
password: 'password',
id: 'NONE',
},
});
All attempts resulted in the same issue described above.
Environment
- Docker-Container running node:16-alpine
- TypeScript 4.9.5
The issue
Whenever an attempt is made to call
initProductServiceorinitOneClickForAppServicethe request fails throwing the following type error:TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["flatten"]What I've tried
I tried using our credentials as well as some dummy credentials which should not contain invalid characters like:
All attempts resulted in the same issue described above.
Environment