bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
9.5k stars 1.22k forks source link

Bluesky Web crashes on embed #6003

Open HokoraYinphineMPP opened 1 day ago

HokoraYinphineMPP commented 1 day ago

Steps to Reproduce

1) Open https://bsky.app/ on Chrome 2) Make a new post or reply to one 3) type or paste a link to embed it 4) unexpected crash

Attachments

chrome_AEuEIB8XdX

https://github.com/user-attachments/assets/81ad43b1-09ed-4d84-b9ba-e7aed0ff7485

What platform(s) does this occur on?

Web (Desktop)

Device Info

Win 10 Pro 22H2 w/ Chrome 130.0.6723.59

What version of the app are you using?

Build version: 1.92.1; Bundle info: 89cff31 (prod); Bundle date: 24101819; Platform: web

Additional Information

No response

Yrds commented 1 day ago

I couldn't reproduce this here on Linux using Chromium 130.0.6723.91 but I don't believe this is a OS issue.

Perhaps this could be an issue related to anchor element creation and not embbed because it crashes right before a link creation. AFAIK, embed card creation only happens when you press enter/space.

Have you tried to reproduce with all extensions disabled?