We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth always fails (I've confirmed the envs are correctly passed):
await client.auth().universalAuth.login({ clientId: process.env.SERVER_INFISICAL_CLIENT_ID, clientSecret: process.env.SERVER_INFISICAL_CLIENT_SECRET, })
This are the trace related codes:
// 1 const axiosRequestArgs = __spreadProps(__spreadValues({}, axiosArgs.options), { url: (axios2.defaults.baseURL ? "" : (_a = configuration == null ? void 0 : configuration.basePath) != null ? _a : basePath) + axiosArgs.url }); // 2 return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, import_axios2.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath); // 3 return DefaultApiFp(this.configuration).apiV1AuthUniversalAuthLoginPost(requestParameters.apiV1AuthUniversalAuthLoginPostRequest, options).then((request) => request(this.axios, this.basePath));
The text was updated successfully, but these errors were encountered:
Hi @JohnCido, I'm unable to reproduce this issue on my end. Are you using TypeScript? If yes, can you please share your tsconfig.json file?
Sorry, something went wrong.
No branches or pull requests
Auth always fails (I've confirmed the envs are correctly passed):
This are the trace related codes:
The text was updated successfully, but these errors were encountered: