generated from n8n-io/n8n-nodes-starter
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Api endpoints changed, so login it's not working. /api/admins/auth-with-password this is the new correct way.
async preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject) {
// ...
url: `${url.endsWith('/') ? url.slice(0, -1) : url}/api/collections/_superusers/auth-with-password`, // here replace with url /api/admins/auth-with-password
// ...
}
Just that, thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels