Skip to content
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

[Bug]: Route [telegram.bot.webhook] not defined. #14

Open
bigperson opened this issue May 12, 2024 · 1 comment
Open

[Bug]: Route [telegram.bot.webhook] not defined. #14

bigperson opened this issue May 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bigperson
Copy link

PHP version

8.3

Telegram Bot SDK version

dev-main

Laravel version (if any)

11.7

What happened?

php artisan telegram:webhook:setup
Setting webhook for [default] bot!
Route [telegram.bot.webhook] not defined.

Code To Reproduce the bug

php artisan telegram:webhook:setup

Error stacktrace (if any)

No response

Additional Context

No response

Possible Solution

No response

@bigperson bigperson added the bug Something isn't working label May 12, 2024
@jonnywilliamson
Copy link
Contributor

I have seen this before. The problem is the telegram/larave service provider is deferrred

If you cache the routes it should work

artisan route:cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants