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]: Commands Not Working On Laravel with Octane #104

Open
metasanjaya opened this issue Mar 19, 2024 · 1 comment
Open

[Bug]: Commands Not Working On Laravel with Octane #104

metasanjaya opened this issue Mar 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@metasanjaya
Copy link

PHP version

8.2

Telegram Bot SDK version

3.14

Laravel version (if any)

10

What happened?

When using Laravel Octane, Telegram::commandsHandler(true); not working.

Code To Reproduce the bug

Route file:
Route::post('/telegram/webhook', function(Request $request){ Telegram::commandsHandler(true); });

the standar /help function won't reply anyting on telegram bot.

Error stacktrace (if any)

No error available

Additional Context

No response

Possible Solution

No response

@metasanjaya metasanjaya added the bug Something isn't working label Mar 19, 2024
@esistgut
Copy link

esistgut commented Apr 4, 2024

I can confirm this bug, I removed octane from my production environment as a fallback

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