question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Page loads successfully but none of the reactivity works.

See original GitHub issue

_default.page.client.ts:10 Uncaught (in promise) Error: [vite-plugin-ssr@0.1.1][Internal Failure] You stumbled upon a bug in vite-plugin-ssr’s source code (an internal assertion failed). This should definitely not be happening, and you should create a new issue at https://github.com/brillout/vite-plugin-ssr/issues/new that includes this error stack (the error stack is enough to debug this). Or reach out on Discord. A fix will be written promptly. at newError2 (newError.ts:18) at assert (assert.ts:21) at getPageById (getPage.client.ts:33) at async getPage (getPage.client.ts:14) at async hydrate (_default.page.client.ts:8)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
brilloutcommented, Jun 15, 2021

Yes I suspect a rare race condition. I narrowed down the assertions so we’ll have more info next time it happens.

as soon I created a new route

Yes it probably happens upon adding/reming a page file.

0reactions
BenjaminTomcommented, Jun 15, 2021

Okay, so I started up the dev environment again and tried to reproduce the error and it seems to be working fine now. Must be one of those phantom errors you get when everything your playing with is so new. Thanks for your help with this though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Variable not working properly with Reactive Form & Async ...
I have a UI Page which is used to Create/Edit User Role Details in my Angular Application. The page takes a "role_key" as...
Read more >
Handling common JavaScript problems - MDN Web Docs
Now we'll look at common cross-browser JavaScript problems and how to fix them. This includes information on using browser dev tools to track ......
Read more >
Black Screen · Issue #430 · AmruthPillai/Reactive-Resume
When I try to access the start page, I see the welcome page for less than a second and than only a full...
Read more >
How to Prevent Reactive Java Applications from Stalling
Traditional Java applications run blocking code and a common approach for scaling is to increase the number of available threads. When latency ...
Read more >
3 Common Rxjs Pitfalls (and how to avoid them)
If you trying to build an Angular application in reactive style using RxJs, ... Nothing, so we try this out and everything is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found