Hello there!
I’m trying to develop a webpage that interacts with the onFlow blockchain using Fleek as a deployment tool since I like the idea of using IPFS hosting and different possibilities that Fleek offers.
However, I’m trying to replicate the tutorial available at:
https://docs.onflow.org/flow-js-sdk/flow-app-quickstart
and the Authentication Cluster (the component that let’s the user log in using their wallet) doesn’t work. It gives the following error: Uncaught (in promise) TypeError: Failed to construct ‘URL’.
I thought that it was related to a bad URL construction due to the IPFS format, however I don’t understand where I could be making this mistake.
Any help would be much appreciated!
Thanks!