You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mapviewer will fail on start up with a blank page, when using the Portal in the config.json. This is due to the missing dictionary key 'key' for the Portal, menuItems 'Homepage'
To avoid this, the def __replace_login__helper_items(self, items, signed_in, hide): should check if the dictionary has a key called 'key' in this section
The mapviewer will fail on start up with a blank page, when using the Portal in the config.json. This is due to the missing dictionary key 'key' for the Portal, menuItems 'Homepage'
To avoid this, the def __replace_login__helper_items(self, items, signed_in, hide): should check if the dictionary has a key called 'key' in this section
qwc-map-viewer/src/qwc2_viewer.py
Line 536 in 8e7e930
Other solution would be to exclude the portal plugin here
qwc-map-viewer/src/qwc2_viewer.py
Line 520 in af29edb
I tested with version 2025lts
The text was updated successfully, but these errors were encountered: