Hi, @valdemirfernando379. Thanks for reaching out.
I have just tested the demo page (pasted the API key to our demo page) and everything went successfully. Can you please tell me if that happened with the freshly created API key? What Google Chrome version you were using? Is this issue still reproducing on your side? If yes, can you please show the error logs from the browser console?
Thank you!
Hey, I’m having a similar issue.
Following the documentation (Telegram Bot Plugin), when I try to import a collection through Postman using this link:
https://eternal-robert-greene.bubbleapps.io/version-test/api/1.1/wf/tester/initialize
I receive this error message:
{ “statusCode”: 404, “body”: { “status”: “NOT_FOUND”, “message”: “Workflow tester not in initialization mode” } }
When I paste the above link in my browser, I receive this message:
{“statusCode”:405,“body”:{“status”:“ERROR”,“message”:“Wrong method. Should be a POST. Method may change when attempting to use http. Please ensure URL starts with https:// instead.”}}
When I try to update chat here:
https://zeroqode-demo-21.bubbleapps.io/version-test/telegram_demo_page?debug_mode=true
I receive this message:
The service Telegram (testing) - Get bot chat info just returned an error (HTTP 409). Please contact the plugin author directly for feedback. Raw error:
{“ok”:false,“error_code”:409,“description”:“Conflict: can’t use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first”}
How do I fix this?
Is it perhaps something to do with having a Telegram Developer Account? In the documentation, it says this is a prerequisite, but whilst I do have a Telegram Developer Account, perhaps it has not been connected to my Bubble app in some way?
Thank you in advance!