askvortsov rockyru Hmm none of these are standing out to me that much. Try disabling: ianm-follow-users sycho-profile-cover isaa-isaa-opengraph zerosonesfun-direct-links itnt-uitab And check if that has an impact. Also, are there any errors in the devtools console?
rockyru askvortsov Okay, so it's working only for the admin account. The issue still on members account, I disabled all the extensions mentioned above, yet the issue is still there for the members account. As for the console error: I'm getting this: Request URL: chrome-extension://invalid/
askvortsov rockyru Could you go to a page of a user with this issue and run app.current.get('user').joinTime() in the devtools console? Also to be safe, I'd disable all other non-core extensions (although I doubt they are the root, this is a weird one)
rockyru While on the user page that is working, I got this result: Fri Mar 12 2021 07:15:26 GMT+0800 (Philippine Standard Time) {}
askvortsov And to confirm, for the user where it's working, the joined_at value in the database is correct? Also, which user are you viewing this as? Are you logged in as the admin user?
rockyru askvortsov they're both correct values in the base. To confirm, I am logged in as a member and tried to view my profile and admin profile, the issue shows up. But when I am logged as an admin, all is working fine.
askvortsov @almalino rockyru I've managed to track this down to a bug with my categories extension, which I've fixed in v2.1.1. Should be good now
almalino Same problem on my https://rusforum.fi I set up this forum from latest 0.16 version of Flarum. The problem reproduces only for not logged in user. For logged in user all shows fine. So it goes like this: Open forum and do not login https://rusforum.fi Open user profile like this one https://rusforum.fi/u/Gorkiy You get Joined NaN years ago Login to forum Open same page https://rusforum.fi/u/Gorkiy You get Joined 3 days ago -