Thank you for your quick answer Julian.
I hope the update to less v3 can be so fast ☺
At least thank you for your explanation, I'm on the lookout to be able to use nodebb
The confirmation link looks valid (correct scheme, correct domain and no port number).
scheme://domain/confirm/UUID
Still I am getting a page not found. What could cause this problem?
Did you check if the database has the entry for confirm:<uuid>
? If that is missing then that route will result in 404. https://github.com/NodeBB/NodeBB/blob/master/src/controllers/index.js#L226-L231
@baris The other thing is... the confirmation tokens (and reset tokens) expire. Accessing an expired code will throw a 404.