-
|
The guide at https://docs.telegram-mini-apps.com/platform/test-environment specifies that in the test environment it is possible to use non-https mini app URLs:
I have followed the steps described in the guide to successfully set up a test account and then used it to create a new bot via BotFather. However, when attempting to create a mini app, I am unable to specify a non-https URL (e.g. http://localhost:5137) for it as the guide suggests. BotFather still tells me that a HTTPS URL is required. Is this behaviour expected? Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try specifying an IP instead of |
Beta Was this translation helpful? Give feedback.
Try specifying an IP instead of
localhost. It doesn't recognizelocalhostas a valid value, but shows incorrect error message