-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expecting RequestInterface, given RulesetEndpoint #276
Comments
I have not tried on PHP 8.3. 🤔 Are |
Have you tried running |
I have tried both composer install and update version of aws/aws-sdk-php: |
I downgraded to 8.2, using docker image: php:8.2.9RC1-fpm-alpine3.17 It still had aws/aws-sdk-php set to version 3.293.9, so I ran:
Then it worked |
Seems like aws/aws-sdk-php does not support php 8.3 |
@bkmorse Chan you check if using https://github.com/aws/aws-sdk-php/blob/master/CHANGELOG.md#32980---2024-01-31 |
Recently upgraded from php 8.2 to 8.3 and ran composer update and now I see the error below. I switched back to php 8.2 and it works and switched back to 8.3 and the error shows up again. Any help is appreciated. Thank you.
Schema
Describe your table schema:
Debug info
Config
Error
Aws\TraceMiddleware::Aws{closure}(): Argument #2 ($request) must be of type ?Psr\Http\Message\RequestInterface, Aws\EndpointV2\Ruleset\RulesetEndpoint given, called in vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2Middleware.php on line 100.
Version info
The text was updated successfully, but these errors were encountered: