I just created a Pro account on n8n, and now I’m trying to add new users, but the invite links sent to email are not working. When I open the link I’m directed to the login page, with a notification in the corner saying “Issue validating invite token. Invalid request” (image below).
At first I thought it was a problem only with my work email, because I’ve already used n8n before (but it’s workspace has already been deleted). But then I sent invites to co-workers who never used n8n and they had the same issue.
I’ve already tried updating to the lates stable n8n version (1.95.3), restarting the workspace, re-sending the emails, deleting the users and sending the invites again, and the problem remains
Searching the forum I only found this related issue, but I verified my invite links and the id’s are not being sent duplicated, so it’s not the same problem
I’ve tried incognito mode, and I’m only using desktop to open the links.
But I think the problem is in the invite link, because the links in the emails don’t have the token parameter.
They are following this format (clicked right mouse button on email and copied the link): https://<workspace>.app.n8n.cloud/signup?inviterId=<uuid>&inviteeId=<uuid>. Then after milisseconds I’m redirected to: https://<workspace>.app.n8n.cloud/signin
Any guesses on what could cause the token to not be sent on the invite links?
Found out the problem was having an empty account First Name (it was blank). I’m not sure how this happened because it’s a mandatory field, but after filling it the invite links started working.