Description
Your Question
Good afternoon!
I'm trying to launch a project on Next.js V15.1.7, the project is building.
When I go to the page, I get an error.
The manifest file is available at the following link: https://radiogram-dev.wolfram.id/tonconnect-manifest.json.
Context
TypeError: Failed to fetch
at WalletsListManager. (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:2156:47)
at Generator.next ()
at https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:101:71
at new Promise ()
at __awaiter (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:83:12)
at WalletsListManager.fetchWalletsList (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:2153:16)
at WalletsListManager. (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:2134:46)
at Generator.next ()
at https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:101:71
at new Promise ()
at __awaiter (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:83:12)
at WalletsListManager.getWallets (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:2129:16)
at TonConnect.getWallets (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_sdk_lib_esm_index_mjs_1ba9113e._.js:2744:33)
at TonConnectUI. (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_ui_lib_index_mjs_a94f6015._.js:13212:35)
at Generator.next ()
at https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_ui_lib_index_mjs_a94f6015._.js:60:65
at new Promise ()
at __async (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_ui_lib_index_mjs_a94f6015._.js:44:12)
at TonConnectUI.getWallets (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_ui_lib_index_mjs_a94f6015._.js:13211:16)
at new TonConnectUI (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_@tonconnect_ui_lib_index_mjs_a94f6015._.js:13115:33)
at TonConnectUIProvider (https://radiogram-dev.wolfram.id/_next/static/chunks/node_modules_6855d94c._.js:8082:24)
What have you tried so far?
No response
Relevant Code or Commands
No response
Documentation Check
- Yes, I have checked the documentation.