-
Notifications
You must be signed in to change notification settings - Fork 862
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
Problem with DynamoDB ScanAsync with blazor wasm (.net 8) #3549
Comments
@saikabade Good afternoon. You mentioned that this issue is a potential regression. Could you please share if:
We also had previous issue #1895 related to Blazor. Unsure if it is related. Thanks, |
Try setting |
@Decavoid Thanks for pointing it out. @saikabade Please review. |
Hi @ashishdhingra, apologies for the delay. No I cannot reproduce this with a simple console App. I can see it in a Blazor WASM project. Because the issue was happening with a Blazor WASM type project, I switched to Blazor Server application, and the issue was resolved, but the joy was not so long, it worked in the local and in the dev environment and failed in the QA. So, in the QA environment I've started seeing the same error in the openshift pod logs: Unhandled exception rendering component: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. |
|
Comments on closed issues are hard for our team to see. |
Describe the bug
Unable to fetch dynamoDb table records, getting the error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Tried various options of passing the accessId and secret with no luck. The exact same code works fine if the project type is changed to either Blazor Web app or Blazor Server.
Regression Issue
Expected Behavior
fetching records from a dynamoDb table should work in a blazor webAssembly project
Current Behavior
Created a simple Blazor WebAssembly project and tried to connect to aws dynamoDb to fetch records from a dynamoDb table. When executing await client.ScanAsync(request); error is thrown: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.DynamoDBv2 3.7.401.3
Targeted .NET Platform
.Net 8
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: