I'm having some error while making a a simple ui to enable minting of nfts from a collection. On my local server it works fine but when I try to deploy to GitHub pages or netilfy I get a type incompatible error. Basically it says that the nftCollection object passed as arg to the client.open() function is not of type Contract. The nftCollection object is assigned to NftCollection.fromAddress() method ... Please is there any reason this is happening or any documents I can go to for help?
Jan 2, 2024, 5:26 AM
Ps.. it's my first week experience of tact and funC
Problem solved .. I just removed the type casting
I made an nft collection with a minter on testnet is it ok to share here for feed back ?
Jan 2, 2024, 7:55 AM
i think it's fine 🙌
Jan 2, 2024, 7:57 AM
@dropmojisnft_bot please ignore the UI
I would appreciate any interaction and feedback 🙏🙏
Jan 2, 2024, 8:03 AM
i can't connect the wallet 😂
Jan 2, 2024, 8:04 AM
Are U using Tonkeeper? On testnet?
Jan 2, 2024, 8:04 AM
yes
the link have successfully take me to the Tonkeeper app but when i come back to the bot, it's still disconnected
the link have successfully take me to the Tonkeeper app but when i come back to the bot, it's still disconnected
Jan 2, 2024, 8:07 AM
Got same feedback elsewhere thanks a lot will work on it
Please try now as I believe I have fixed it only you have to refresh after connecting ... Also it should charge 2.7 test ton...
The problem I face was I was working with a beta version of to connect
TonConnectUI/react
Also I found a typo in the URL link in my tonconnect-manifest.json , not so sure if that was part of the problem but all I did was to update to lst version and it worked ... Well thats not all I did but eventually that was all I had to do
Jan 2, 2024, 10:37 AM