Telegram-Mini-Apps / nextjs-template

Telegram Mini Apps application template using Nex.jst, TypeScript, TON Connect and tma.js.
162 stars 61 forks source link

"Please send me a valid url. https is required." #8

Closed deuxego closed 3 months ago

deuxego commented 3 months ago

When I send a link like https://localhost:3000 (obtained from Next.js --experimental-https) to BotFather, I get the following response

Please send me the correct url. Requires https.

heyqbnk commented 3 months ago

Try using https://127.0.0.1:3000. Readme was updated