Corewala / Buran

Gemini browser for Android
GNU General Public License v3.0
107 stars 10 forks source link

Excess './' in the url causes page to not load #42

Closed bblhd closed 1 year ago

bblhd commented 1 year ago

When try to browse "gemini://compudanzas.net/" on Buran and open a link, the browser shows the loading animation and it doesn't stop.

When copying the address, links appear to have extra "./" inserted. For example "gemini://compudanzas.net/./jarotsim.gmi". After manually removing them, the page loads without error. Also, if I try to open a link multiple times, more "./" are inserted.

Bizarely, this issue only seems to affects compudanzas, other websites I've tried load perfectly fine, even if the "./" are manually added.

Steps to reproduce:

  1. Go to "gemini://compudanzas.net/"
  2. Open any gemini link.
qespr commented 1 year ago

I couldn't reproduce this in current source build, seems like this has been a redirection bug which is already fixed, just not updated on F-Droid.

bblhd commented 1 year ago

Ah, thanks for checking. Guess Ill close the issue and wait then :)