#What does right click reload in the bundled Tauri app do?

2 messages · Page 1 of 1 (latest)

glad mason
#

Hi, I'm running Fedora 39, and my right click menu within the app shows:

  • Back
  • Forward
  • Stop
  • Reload

When I click Reload, it seems that the path gets reset to / and cookies get cleared. Since I don't have a dev console, I can't verify that this is actually what's happening, so I wanted to clarify if that's expected behavior, or if it should reload the current path. In development, reloading keeps it on the same path.

#

Nevermind, there actually aren't any cookies at all in the bundled app. I observed the above because it was my local store that was being updated and subsequently lost upon a reload which resulted in the path resetting since authentication information was lost.