Going to Admin, Plugins, Akismet (or directly there via the red blob when Akismet has hidden a post) for me renders a blank page and a couple of Javascript errors in the console. Same on both Safari, Chrome on Mac and iPhone.
Error: More context objects were passed than there are dynamic segments for the route: adminUser.index
Error: Something you did caused a view to re-render after it rendered but before it was inserted into the DOM.
Error: You cannot modify child views while in the inBuffer state
It’s working everywhere I’ve tested it. The error you’re seeing is the opposite of the one I fixed. It used to be “You didn’t provide enough string/numeric parameters to satisfy all of the dynamic segments for route adminUser”, and now it’s “More context objects were passed than there are dynamic segments for the route: adminUser.index”. So 1 is not enough, but 2 is too many. Ummmm.
Odd. That sounds like something is out of sync with something else? I cleared my browser cache(s) completely, but no difference. These are the versions I’m running:
(There’s one new commit now (which is weird since the beta branch usually forwards by a hundred or so at a time?) since 34 minutes ago, but it was up to date at the time of writing.
The three “Github” ones are just things that poll for contributions of various kinds and award badges (based on Sams similar one), so no involvement at all on the rendering side.
Apart from that I have some custom CSS and a custom site header (HTML only, no Javascript anywhere).
This looks like a mismatch between discourse and the plugin. The commit of discourse is 2ff275e which is 25 days old. I wonder if the adminUser path changed between stable/beta and tests-passed, so your fix in akismet is only compatible with the latest version and not the older ones?
Hmm, I assumed that this was true, but it sounds like the askismet plugin was updated but Discourse wasn’t. @calmh Was there an error when updating Discourse?
We’re seeing this as well with our discourse plugin. I believe Akismet is still functioning though, since I see messages getting processed / deleted in the Akismet states page