SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

SolidOS Web App incorrectly changes the URL path #165

Closed renyuneyun closed 2 years ago

renyuneyun commented 2 years ago

When testing the behaviour of SolidOS/mashlib, I tried to use the SolidOS databrowser app, which is linked in the README of this repo.

The page loads successfully, and trying to fetch server's/pod's content works correctly. However, after attempting to log-in, the redirect goes to an unexpected destination, resulting in 404.

Checking the URL, it came from the app itself, to a different path:

In fact, after putting the pod address to the "Viewing" field and clicking "go", the page's URL changes already:

(Some fields are replaced with CAPITAL_WORDS.)

Shouldn't the path be kept constant, while only the query changes?

jeff-zucker commented 2 years ago

I can not reproduce this behavior. Can you tell me the exact steps you took? Also, please tell me what server the pod is on and try clearing your cache, and cookies.

jeff-zucker commented 2 years ago

Also - do you perhaps have other pages logged in on different tabs?

renyuneyun commented 2 years ago

Thanks @jeff-zucker . You are probably right that I need to clear cache first. Trying it in private windows and this does not exist. For how long will the cache be kept in the browser? I haven't been using the web app for at least a month.

I'll close this issue.