bug: iframe loading on localhost:3000
SgtPooki opened this issue · 2 comments
SgtPooki commented
testing http://localhost:3000/ipfs/bafkqablimvwgy3y results in redirect page trying to load config at url: src="http://http://localhost:3000/ipfs/bafkqablimvwgy3y:3000#/ipfs-sw-config@origin=http%3A%2F%2Flocalhost%3A3000"
replacing ${window.location.protocol}//${parentDomain}
with ${parentDomain}
correctly renders the iframe.. but then results in a bunch of nested iframes:
SgtPooki commented
I believe this is resolved.. will double check
SgtPooki commented