ipfs-webui
ipfs-webui copied to clipboard
blank screen on files tab when using gateway port instead of api port
Describe the bug A clear and concise description of what the bug is.
When the address entered for the API port is instead for the gateway port (e.g. http://webui.ipfs.io.ipns.localhost:8080/) the files tab will simply result in a blank page.
To Reproduce Steps to reproduce the behavior:
- Go to the settings tab
- Click on change the api address to the gateway address
- Go to the files tab
- See blank screen
Expected behavior A clear and concise description of what you expected to happen. It should probably show an error, instead of being blank
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Fedora 32
- Browser: Firefox 82
Thanks @swedneck - we will look more closely in our next triage. Can you reliably replicate this?
yes, although on double checking reproducibility i noticed that it actually seems to be restricted to subdomain gateway addresses, like /dns4/webui.ipfs.io.localhost/tcp/8080. /dns4/webui.ipfs.io.localhost/tcp/5001 and /dns4/localhost/tcp/8080 do not result in a blank page.