Open
Description
Nodejs v14.19.1
Typescript v4.7.4
Quokkajs
Steps
- wrote a script
- ran with quokkajs
- encountered issue
Error: Error: Response for preflight has invalid HTTP status code 401
I just wanted to open an issue, and also post the solution I found.
This was the comment, that pointed me to the solution
axios/axios#2061 (comment)
const shortcut = new ShortcutClient(SHORTCUT_API_TOKEN, {
adapter: require('axios/lib/adapters/http'), // <- add this
});
Metadata
Assignees
Labels
No labels
Activity