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
Hi and thanks for your report! I can reproduce the behavior you described. We will have a look!
@philippotto Both the data/triggers/reload and clearThumbnailCache routes are not available to logged-out users (which I’d say is correct). The reload layer button is simply not available for logged-out users, solving this problem there. But changing “render missing data black“ triggers these requests too. Do you think we should disable the button completely? Or may it be worth the effort to skip the requests that mutate server state in this case?
Context
viewing any dataset while not logged in
Expected Behavior
nothing
Current Behavior
a 401 and a 403 status are logged in the console
Steps to Reproduce the bug
Your Environment for bug
jobsEnabled=true
inapplication.conf
)isDemoInstance=true
inapplication.conf
)The text was updated successfully, but these errors were encountered: