Hi all. When trying to publish my gh-pages following this Lesson, faced strange errors. It doesn't connect to any wallet. Trying to connect to Tonkeeper Web complains:
JSON.parse: unexpected character at line 1 column 1 of the JSON data
Also, trying to connect to Wallet on Telegram throws this:
Dapp manifest not found
Any help?
Dec 3, 2023, 8:05 PM
You have to fix your manifest
The url: remove / at end
The iconUrl: use relative path instead of it, open that url (if exists), right click on your image and select open image in new tab, that address is your relative path
The url: remove / at end
The iconUrl: use relative path instead of it, open that url (if exists), right click on your image and select open image in new tab, that address is your relative path
Dec 3, 2023, 8:13 PM