Hello there !
I followed the quickstart to launch a web app with Flow here :
The only thing I did differently was to start the blockchain from another folder which contains the Marketplace tutorial code. (which seemed to be a good idea, as in the real world you might connect your app to existing smart contracts)
However I ran in this error :
unknown method GetAccountAtLatestBlock for service access.AccessAPI
I found a reference here : Discord where it is said that we need to update the emulator, but my emulator should be up to date (v0.4.1).
Since the wallet needs a flow.json file, I added the chains service account after doing flow init
Lastly, I have also tried with following exactly the tutorial from the beginning without any success.
I also tried running with the VS extension or not, but without any success.
I don’t really know where the issue can come from.
I am going to follow exactly Max’s presentation to see if it works better.
EDIT : after following Max’s youtube video (I just did not use docker), I still have the same issue.
But I would appreciate any information
NB: I also tried doing an angular app but the fcl package seems to be creating issues with the http module. Any information on that ?