rwth-acis / RequirementsBazaar-WebFrontend

Requirements Bazaar, the continuous innovation platform. Repository of the single-page Web application using Web Components, made with love in Aachen, Germany.
https://requirements-bazaar.org
Other
14 stars 5 forks source link

Fix/many login reloads #258

Closed fxjordan closed 2 years ago

fxjordan commented 2 years ago

Fixes:

The fix disables the 'monitorSession' flag for OIDC configuration. This seems to fix the many unintended page reloads which caused login errors to be printed in the console.

Also, this should reduce the memory footprint of the web application by at least 50% because resources are not reloaded like 6-7 times in the background.

Fix recommended by https://stackoverflow.com/questions/61817737/silent-renew-infinite-looping-in-vue-application