threefoldtech / js-sdk

extensions to js-ng for tfgrid
Apache License 2.0
14 stars 6 forks source link

eVDC website broken logout process #3326

Closed sabrinasadik closed 1 year ago

sabrinasadik commented 2 years ago

Summary

Once logged out from eVDC deployer website (testnet), if I navigate to the base URL, instead of being redirected to the login page, I am redirected to the license page with the terms and conditions agreement form being rendered. Clicking on the main menu shows an authenticated user without any email (screenshot).

Environments

Steps to reproduce

  1. Navigate to vdc.testnet.grid.tf.
  2. Login and logout.
  3. Navigate to vdc.testnet.grid.tf.

Current behavior

I am redirected to vdc.testnet.grid.tf/vdc/#/license as an authenticated anonymous user.

Note: Going through the same process, but with Chrome developer tools open, I get the expected behavior.

Expected behavior

To be redirected to the login page.