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

Application crash after latest google chrome update #17558

Closed
mirkofisic opened this issue Oct 2, 2024 · 4 comments
Closed

Application crash after latest google chrome update #17558

mirkofisic opened this issue Oct 2, 2024 · 4 comments

Comments

@mirkofisic
Copy link

What happened?

I am using Quasar 2.17.0, and after the latest Google Chrome update (version 129.0.6668.90 (Official Build) (arm64)), my application just stopped working. SSR (Server-Side Rendering) executes successfully, and there are no errors on the server. However, when the client-side should activate, the application freezes, and I don't get any errors in the browser console. Has anyone experienced something similar?

What did you expect to happen?

to work normally

Reproduction URL

https://zip.radio

How to reproduce?

go to provided link and app will freez whne client side need to be activated.

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

SSR Mode

Platforms/Browsers

Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response

Copy link

github-actions bot commented Oct 2, 2024

Hi @mirkofisic! 👋

It looks like you provided an invalid or unsupported reproduction URL.
Do not use any service other than Codepen, jsFiddle, StackBlitz, Codesandbox, and GitHub.
Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc.
Please edit your original post above and provide a valid reproduction URL as explained.

Without a proper reproduction, your issue will have to get closed.

Thank you for your collaboration. 👏

@yusufkandemir
Copy link
Member

Everything is covered by the drawer backdrop, so your clicks don't pass through:
image
You can check out your layout/drawer-related code and confirm they work correctly.

It's not specific to the latest Chrome update, you can try it out with other browsers if you wish.

@yusufkandemir yusufkandemir closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2024
@mirkofisic
Copy link
Author

@yusufkandemir the issue I'm experiencing is not related to the drawer itself. The problem appears when I update Chrome: the drawer, the map, and several other components are missing, but there are no visible errors in the console or on the server.

The strange part is that I haven’t deployed any changes; the application has been running fine all this time. However, after updating Chrome, it seems to break the rendering of these components.

Additionally, when I run the application in development mode with SSR (server-side rendering) enabled, Chrome constantly refreshes the index page, and I can’t figure out the cause. This constant refreshing only happens in Chrome, while other browsers (like Firefox) seem to work fine.

Could you provide insights or suggestions on why Chrome is behaving this way and what might be causing these missing components or constant refreshes?

@yusufkandemir
Copy link
Member

@mirkofisic I would check Platform and Cookies plugin usage. I would also check for any pending logic, e.g. API calls, timers, logic that waits until an element is loaded in the DOM or grows to a certain size (e.g. ScrollObserver)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants