mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[GH-ISSUE #354] Error since NC19: Host localhost was not connected to because it violates local access rules #81
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#81
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 @onny on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/354
Hey,
since the update to NC 19 I'm unable to use twofactor_gateway. I'm using Signal as a backend and configured the local gateway (running on localhost).
This is the eror message:
I'm using the latest version of the app, 0.16.
Best regards
Jonas
@ChristophWurst commented on GitHub (Jun 15, 2020):
You you check related reports? This was also found in other Nextcloud related posts like https://help.nextcloud.com/t/violates-local-access-rules-in-talk-9/84471/2
@onny commented on GitHub (Jul 12, 2020):
cool thank you @ChristophWurst, setting
'allow_local_remote_servers' => true,into config.php solved the issue for me :)