@crazycells It does seem like package updates don't always update nbbpm... I will investigate.
Unsolved Email confirmation link gives 404 Not Found
-
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.