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 got same issue. But I managed to find couple solutions for problems:
1 Solution: You need to upgrade php version in docker file.
2 Solution: You need to remove param types in vendor files:
\Sk\SmartId\Api\SmartIdRestConnector::setPublicSslKeys string $sslKeys to $sslKeys
\Sk\SmartId\Util\Curl::setPublicSslKeys string $public_keys to $public_keys
Error after "Enter Portal" is pressed:
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP Catchable fatal error: Argument 1 passed to Sk\SmartId\Api\SmartIdRestConnector::setPublicSslKeys() must be an instance of Sk\SmartId\Api\string, string given, called in /app/backend/vendor/sk-id-solutions/smart-id-php-client/src/Sk/SmartId/Api/Authentication.php on line 51 and defined in /app/backend/vendor/sk-id-solutions/smart-id-php-client/src/Sk/SmartId/Api/SmartIdRestConnector.php on line 240"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /app/backend/app/index.php:0"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 2. Silex\Application->run() /app/backend/app/index.php:28"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 3. Silex\Application->handle() /app/backend/vendor/silex/silex/src/Silex/Application.php:563"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 4. Symfony\Component\HttpKernel\HttpKernel->handle() /app/backend/vendor/silex/silex/src/Silex/Application.php:586"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 5. Symfony\Component\HttpKernel\HttpKernel->handleRaw() /app/backend/vendor/symfony/http-kernel/HttpKernel.php:64"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 6. call_user_func_array:{/app/backend/vendor/symfony/http-kernel/HttpKernel.php:144}() /app/backend/vendor/symfony/http-kernel/HttpKernel.php:144"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 7. {closure:/app/backend/app/auth/sign-in-action.php:24-53}() /app/backend/vendor/symfony/http-kernel/HttpKernel.php:144"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 8. Sk\SmartId\Api\Authentication->createAuthentication() /app/backend/app/auth/sign-in-action.php:38"
demo_1 | [30-Apr-2020 05:43:45] WARNING: [pool www] child 459 said into stderr: "NOTICE: PHP message: PHP 9. Sk\SmartId\Api\SmartIdRestConnector->setPublicSslKeys() /app/backend/vendor/sk-id-solutions/smart-id-php-client/src/Sk/SmartId/Api/Authentication.php:51"
The text was updated successfully, but these errors were encountered: