mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 00:55:52 +03:00
[GH-ISSUE #818] Telegram Provider Broken in v2.0.0 #133
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marius-wieschollek on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/818
Originally assigned to: @vitormattos on GitHub.
How to use GitHub
Steps to reproduce
Expected behaviour
Code is sent to user and Nextcloud shows a form to enter the code
Actual behaviour
Internal Server Error page shown.
A workaround seems to be the manual configuration with
./occ twofactorauth:gateway:configureAnd then setting the
telegram_provider_nameconfig value with./occ config:app:set twofactor_gateway telegram_provider_name --type=string --value=telegram_botError in twofactorauth:gateway:configure telegram
"Invalid gateway/provider configuration set" Error on page
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.3
Nextcloud version: 32.0.2
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox
Browser version: 146
Operating system: Ubuntu/
Browser log
@FaySmash commented on GitHub (Dec 28, 2025):
I can confirm this issue. Thanks @marius-wieschollek for providing the workaround, I hope it won't be necessary to do this after every update. Also, there is a typo, the correct command is
./occ twofactorauth:gateway:configure