User list not loading correctly. Pagination isn't working

Hey there!

The user overview in our panel isn’t loading all users and the pagination doesn’t work. Kirby only displays 101 of 225 users and shows all of those 101 at once. Pagination doesn’t work. The pagination buttons are clickable and text changes from “1-20 / 225” to “21-40 / 225” but nothing else changes.

This Problem occurs live and local and also on different accounts. The amount of users doesn’t matter, pagination never works. I also tried removing half of the users to test if theres a single faulty one, but that didn’t fix it either.

The console shows the following messages and errors in the panel (doesn’t matter which panel site).
Messages:

Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools
index.js?1597243403:8879 You are running Vue in development mode.

Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html

Error:

index.js?1597243403:9103 WebSocket connection to 'wss://askesi.de:61978/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

The error links to /panel/login and the last line of this code:

module.bundle.Module = Module;
var checkedAssets, assetsToAccept;
var parent = module.bundle.parent;

if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
  var hostname = "" || location.hostname;
  var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
  var ws = new WebSocket(protocol + '://' + hostname + ':' + "61978" + '/');

We’re using Kirby 3.4.2 but have been working with a development build of 3.4.1 before that.

Do you know why our user overview doesn’t work?

That seems to be a bug, it worked in 3.4.0, didn’t test with 3.4.1-