A really weird issue I’m having with only one of my several Discourse instances, and only one user so far. This makes me think it’s something unusual about that user, perhaps something that’s become misconfigured over time.
This instance is around 2.5 years old, and has been migrated quite recently from a Digital Ocean droplet to another VPS provider, the migration went seamlessly and was done via backup export/import.
I first noticed this issue happening before the migration, and it’s the same following the migration, suggesting there’s something about this user in the DB that is not quite right, maybe?
Here’s a screenshot. Nothing below the first line of the user profile is present. (It’s not just hidden, the HTML isn’t there at all)
In the console I get an Ember error, which might have something to do with it, although I really have no idea how to debug this any further.
_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:28913 Error: expected an implementation for text
at Object.o [as assert] (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:11322)
at e.compile (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:11025)
at C (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:11024)
at _ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:11024
at Array.forEach (<anonymous>)
at e.compile (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:11024)
at e.compile (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:10997)
at Object.g [as compileLayout] (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:10997)
at e.func (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:20969)
at e.get (_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js:27683)
As far as I can tell there’s nothing much different between this user’s User object and other similar users for whom the problem doesn’t happen.
Any ideas gratefully received.