Trouble searching users after recompiling web app

Ronald 2 months ago

Greetings

I am facing a challenge searching users and also searching devices (from Settings > Users and Settings > Devices). The app just appears to load then returns the full list of users/devices without filtering. I noticed this happens after recompiling the web app from the current source code, even without making any changes.
The web app that comes pre-compiled is working fine.
Devices can also be searched fine from the map list.
Could there be a challenge on the current source code causing this?

Anton Tananaev 2 months ago

You have to use compatible web app and backend. Most likely you're using web app from master with old backend, which is incompatible.

Ronald 2 months ago

Thank you very much Anton. I can confirm that this was the case. I was compiling web master.
Many thanks