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!