-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production Deployment #9
Comments
to add to this, i've tried with node 18, 20, 22 |
I got this working, but webhooks is not working. I tested that my receviging webhook server is receiving webhooks correctly, and it is. however, when i enable webhooks on no webhooks being sent, no response on telegram if i comment the webhook code again, telegram will start working. |
Hi, about the bigint error you can pretty much ignore it, its just a javascript warning. |
i am hosting it publicly. i tested the public endpoint with curl and i am receiving webhooks to it. the problem is that nothing is being sent to the /webhook/telegram route. expecaction is that the same payload that is being sent to TG, is also the payload of a POST to that local route/endpoint. |
Can you please pinpoint code files and lines related to the parsed transaction being posted to that local route? |
I see in your console screenshot that your app url ends with /webhook and not /webhook/telegram which is where the POST request is pointing to |
works in my dev environment, not working when deploying to production, getting a big int error.
no movement on my telegram bot, using same .env as development
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
The text was updated successfully, but these errors were encountered: