You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this package fine for a couple of years now on a company project but recently we've moved hosting to AWS and Laravel Vapor.
This package works fine locally, but as soon as it's pushed to a Vapor environment it fails with the exception in the title. The exception is fired at /vendor/pragmarx/google2fa/src/Support/Base32.php in PragmaRX\Google2FA\Google2FA::checkForValidCharacters.
Does this package support being run on Vapor?
Package Version: 1.4.1
Laravel Version: 7.30.4
PHP Version: Tired both 7.4 and 8.0
Again, this works perfectly fine locally with the above versions, but when deployed to Vapor it breaks as soon as entering my OTP. I have not updated the version between hosting, and it was working fine on the old hosting.
If you want any more information, let me know.
Many thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I've been using this package fine for a couple of years now on a company project but recently we've moved hosting to AWS and Laravel Vapor.
This package works fine locally, but as soon as it's pushed to a Vapor environment it fails with the exception in the title. The exception is fired at
/vendor/pragmarx/google2fa/src/Support/Base32.php in PragmaRX\Google2FA\Google2FA::checkForValidCharacters
.Does this package support being run on Vapor?
Package Version: 1.4.1
Laravel Version: 7.30.4
PHP Version: Tired both 7.4 and 8.0
Again, this works perfectly fine locally with the above versions, but when deployed to Vapor it breaks as soon as entering my OTP. I have not updated the version between hosting, and it was working fine on the old hosting.
If you want any more information, let me know.
Many thanks.
The text was updated successfully, but these errors were encountered: