Skip to content
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

aws_s3: Some aws s3 presigned url causes chrome render error #29009

Closed
didemkkaslan opened this issue Feb 7, 2024 · 3 comments
Closed

aws_s3: Some aws s3 presigned url causes chrome render error #29009

didemkkaslan opened this issue Feb 7, 2024 · 3 comments
Labels
@aws-cdk/aws-s3 Related to Amazon S3 bug This issue is a bug. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@didemkkaslan
Copy link

didemkkaslan commented Feb 7, 2024

Describe the bug

Our backend uses aws cdk and in our dashboard app we are showing user avatars ( uploaded to s3 from dashboard again) using those aws s3 presigned urls. The issue is some of those presigned urls are buggy that they cause rendering issues for chrome. We are using antd table to showcase use avatars and two rows highlighted at the same time because of some of the presigned urls.

Expected Behavior

All of the presigned urls should works and not cause any rendering issues.

Current Behavior

Antd table multiple rows highlighted at the same time.

Reproduction Steps

Just use antd table together with

Use Reproduction template

example buggy presigned url: https://prod-cdkcoreplatformstac-platformresourcesbucketf-1n0ugzne0lks9.s3.amazonaws.com/user_avatars_8c046bd8-9ad8-4ea3-b70d-74723b5e54eb?response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIARPTIMKGIESFD22FX%2F20240207%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20240207T102220Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=dade451b455468f127a547b7eb9b5c400f847f7b07a381eea36e2e1456ae46ba

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.96.2

Framework Version

No response

Node.js Version

18

OS

Mac

Language

Python

Language Version

No response

Other information

I have also opened an issue on antd repo: ant-design/ant-design#46884

295232937-07da659f-c50c-486d-be71-c55731a767b8.mov
@didemkkaslan didemkkaslan added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Feb 7, 2024
@github-actions github-actions bot added the @aws-cdk/aws-s3 Related to Amazon S3 label Feb 7, 2024
@pahud
Copy link
Contributor

pahud commented Feb 8, 2024

Thank you for the report but this doesn't seem to relate to AWS CDK as the aws-s3 construct library would not generate any presigned URLs. Did you find anything that could be related to CDK?

@pahud pahud added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Feb 8, 2024
@didemkkaslan
Copy link
Author

I realised that was an issue with antd table scroll, the image is taking good amount of time to load and flicker happens. @pahud I'm closing this issue, thank you

Copy link

github-actions bot commented Feb 9, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-s3 Related to Amazon S3 bug This issue is a bug. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants