-
Notifications
You must be signed in to change notification settings - Fork 375
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
[Bug?]: Cannot read properties of null (reading 'cloneEvent') #1199
Comments
I experience the same error. It goes away as I remove the |
Hmm weird, i'll give it a try agian |
I'm having the same problem and I can confirm that @asterikx answer makes the error go away. This error only happens in development mode, in production everything seems to work just fine. I've done a |
I can confirm the above behaviour. Further, and possibly related to the routes, if I add a file export default function About() {
return (
<main>
<h2>About</h2>
<p>This page intentionally blank</p>
</main>
);
} then if you click the link to /about it will give a 404, but if you reload the page on that URL it works fine. |
I got the same problem on |
Ok with further looking, I get the error on a fresh |
@carere No, I do not have the same behavior. I get I was in the midst of a refactor to use the new API and this was a blocker for me. |
For me the 404 appears when I soft navigate to the page (ie click a link)
but if I then reload fully in the browser the page works fine. Probably
something silly but I would have thought this would work out of the box.
β¦On Wed, 3 Jan 2024, 22:01 Kevin Abatan, ***@***.***> wrote:
Ok with further looking, I get the error on a fresh pnpm dev, then if i
Hot Reload my page, the error goes away (I think that the load data was
cache and retrieved).
Do you guys have the same behavior ?
β
Reply to this email directly, view it on GitHub
<#1199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHMJIQP25BV7WFPYZJCFMTYMVQCBAVCNFSM6AAAAABBHSB37GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGQYTINBYGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Same issue here. It works with Edit, it seems to occur only after initial dev build. After any change, eg: from:
to:
It seems to work. But when I restart dev server it crashes again, until I'll change |
It seems I don't have the error anymore with the latest version of vinxi / solid-start |
That's good so likely Vinxi version mismatch or something. Can others retry and let me know. |
@ryansolid I can confirm that I don't have the error anymore on the latest version of vinxi & solid-start. |
That's 2 good enough for me. Reopen if still an issue. |
Duplicates
Latest version
Current behavior π―
I installed solidstart as such:
β Where do you want to create the app? ... aowp-bat
β Which template do you want to use? Β» with-auth
β Server Side Rendering? ... yes
β Use TypeScript? ... yes
found matching commit hash: a9b4b05
On windows 11.
When booting up, I get:
Expected behavior π€
I was expecting the server to work.
Steps to reproduce πΉ
Steps:
Context π¦
No response
Your environment π
The text was updated successfully, but these errors were encountered: