Telegram-Mini-Apps / telegram-apps

Made from scratch TypeScript packages, examples and documentation you will surely need to start developing on Telegram Mini Apps.
https://docs.telegram-mini-apps.com/
MIT License
662 stars 179 forks source link

[Bug]: the start app launch is not working in desktop and webapp #520

Open Trymbakmahant opened 1 week ago

Trymbakmahant commented 1 week ago

Telegram Application

Telegram Desktop, Telegram Web A

Describe the Bug

https://t.me/botusername/appname?startapp=ABC

I am trying to implement this in my app and it's not starting the app by just following the link

instead of this

https://t.me/botusername?startapp=ABC

this link is working fine for only in mobile on

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior

It should launch the app when you click on the link you

heyqbnk commented 1 week ago

Have you created the app for the bot? It opens fine for me.

This one, for example: https://t.me/tmajsbot/react_example?startapp=debug You should see the eruda debug panel here.

Links for bots, using the start parameter must include the start query parameter, not startapp