You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have migrated my SSO provider and can sucsusfully login useing new users that have been created on the SSO provider, however when trying to login with a user that prevosily had access I am unable to logon. There is no way of deleteing these users within hommar interface to allow there accounts to be created again automatily when they login as this is disabled. Reading the logs it does not like the duplicate email address but no option to remove the old user
Logs
20:M 23 Mar 2025 15:51:40.264 * Background saving terminated with success
2025-03-23T15:51:42.609Z error: R: Another account already exists with the same e-mail address. Read more at https://errors.authjs.dev#oauthaccountnotlinked
at async ae (/app/apps/nextjs/.next/server/chunks/8287.js:489:57629)
at nl (/app/apps/nextjs/.next/server/chunks/8287.js:489:5413)
at async oZ (/app/apps/nextjs/.next/server/chunks/8287.js:489:43896)
The above error also had these properties on it:
{ name: 'R', type: 'OAuthAccountNotLinked', kind: 'signIn' }
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async c (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3578)
at async o8 (/app/apps/nextjs/.next/server/chunks/8287.js:489:54738)
Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.
Environment
Docker
Version
1.12.0
Describe the problem
I have migrated my SSO provider and can sucsusfully login useing new users that have been created on the SSO provider, however when trying to login with a user that prevosily had access I am unable to logon. There is no way of deleteing these users within hommar interface to allow there accounts to be created again automatily when they login as this is disabled. Reading the logs it does not like the duplicate email address but no option to remove the old user
Logs
20:M 23 Mar 2025 15:51:40.264 * Background saving terminated with success
2025-03-23T15:51:42.609Z error: R: Another account already exists with the same e-mail address. Read more at https://errors.authjs.dev#oauthaccountnotlinked
at async ae (/app/apps/nextjs/.next/server/chunks/8287.js:489:57629)
at nl (/app/apps/nextjs/.next/server/chunks/8287.js:489:5413)
at async oZ (/app/apps/nextjs/.next/server/chunks/8287.js:489:43896)
The above error also had these properties on it:
{ name: 'R', type: 'OAuthAccountNotLinked', kind: 'signIn' }
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async c (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3578)
at async o8 (/app/apps/nextjs/.next/server/chunks/8287.js:489:54738)
Context
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: