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
Describe the bug
Currently, there is a bug on the website that prevents users from selecting the statistics button. This issue is likely due to a permissions problem with the API, as it resulted in a 403 error at one point.
To Reproduce
Steps to reproduce the behavior:
Open the website while being logged out. Before opening the website, it is recommended to clear the browser cache. For example, open the demo.
Upon opening the website, you will notice that the statistics button is disabled, and you are unable to click on it.
Reloading the page on ${DSPACE_URL}/home will not resolve the issue. However, if you navigate to ${DSPACE_URL}/community-list or ${DSPACE_URL}/statistics and then reload the page, the statistics list will load, and you will be able to click on the statistics button.
Expected behavior
The statistics lists should always be clickable. At least with the site option.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, there is a bug on the website that prevents users from selecting the statistics button. This issue is likely due to a permissions problem with the API, as it resulted in a 403 error at one point.
To Reproduce
Steps to reproduce the behavior:
${DSPACE_URL}/home
will not resolve the issue. However, if you navigate to${DSPACE_URL}/community-list
or${DSPACE_URL}/statistics
and then reload the page, the statistics list will load, and you will be able to click on the statistics button.Expected behavior
The statistics lists should always be clickable. At least with the
site
option.The text was updated successfully, but these errors were encountered: