library · inferred from evidence
JavaScript SDK
A software development kit for JavaScript to interact with the Notion API.
- Notion API calls from the browser are blocked by CORS policy
I am trying to call the Notion API directly from a webpage with the JavaScript SDK, but the browser blocks every request with a CORS policy error. Shouldn't this be fixable server-side by adding `Access-Control-Allow-Origin: *` to the respo
- Cognito userPool.signUp gives CredentialsError: Missing credentials in config
Following the Cognito JS sample code for signUp, I kept getting CredentialsError: Missing credentials in config even though Id set everything up. Others on the thread hit the same wall and one person got Unable to verify secret hash for cli