mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #59] 2FA with self hosting gives a Error 500 #100
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#100
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 @linuxcontainersio on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/59
[2020-08-17 14:44:57] production.ERROR: Target class [App\Http\Controllers\TwoFactorAuthController] does not exist. {"exception":"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target class [App\Http\Controllers\TwoFactorAuthController] does not exist. at /var/www/anonaddy/vendor/laravel/framework/src/Illuminate/Container/Container.php:811)
It would seem to need to reference App\Http\Controllers\Auth\TwoFactorAuthController as that is where it is located
@willbrowningme commented on GitHub (Aug 18, 2020):
Thanks for bringing this to my attention. It was caused because of the web routes missing
Auth\beforeTwoFactorAuthControllerit has been fixed in v0.2.9