4 Likes
@neil can you investigate?
1 Like
Same here. Terminal output is following:
D, [2016-12-28T16:25:01.378766 #9525] DEBUG -- : Delivering messages [] to client 61f00a5357f4419f8689abbb949d2aa1 for user 1 (chunked)
D, [2016-12-28T16:25:01.513284 #9525] DEBUG -- : User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = '8f7c654f9a6b4f0ec39fb28af1aa2b37' AND (auth_token_updated_at IS NULL OR auth_token_updated_at > '2016-10-29 14:25:01.512073') ORDER BY "users"."id" ASC LIMIT 1 [["auth_token", "8f7c654f9a6b4f0ec39fb28af1aa2b37"]]
D, [2016-12-28T16:25:01.515865 #9525] DEBUG -- : (0.3ms) SELECT "groups"."id" FROM "groups"
D, [2016-12-28T16:25:01.519047 #9525] DEBUG -- : Delivering messages [] to client 61f00a5357f4419f8689abbb949d2aa1 for user 1 (chunked)
… and nothing else
It’s broken when creating any tag group, not just the first. I’m looking.
1 Like
I fixed this bug today.
https://github.com/discourse/discourse/commit/a82182e1e3397fd33cd23d15b28ee7455b738fd6
5 Likes