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.

not working with SvelteKit

See original GitHub issue

When SvelteKit is running local dev server, using svelte-local-storage-store gives error: Cannot read property 'length' of undefined.

I presume it’s because LocalStorage is not available on server. Or perhaps the initial value of the writable store is not properly returned by the store when run on node.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
pjebscommented, Mar 9, 2022

All good!

0reactions
joshnusscommented, Feb 28, 2022

Let me know if this is still an issue, or if it can be closed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Errors • Docs • SvelteKit
Since these can contain sensitive information, unexpected error messages and stack traces are not exposed to users. By default, unexpected errors are ...
Read more >
Issues · sveltejs/kit - GitHub
Sveltekit generated project using typescript has vite.config.js file instead of ts. #8257 opened yesterday by thebspin. SVG path does not display correctly ...
Read more >
I am facing error while runing sveltekit app (Not found:/)
I am trying to run my sveltekit app, it was running fine few day's back but suddenly now when I run "npm run...
Read more >
sveltekit routing to another id page not working : r/sveltejs
Hi, Im new in sveltekit and got stuck at routing parts. well here's the example of my question. I tried to make a...
Read more >
How to Set Up SvelteKit with Tailwind CSS
I will also assume you have SvelteKit set up: ... This may cause performance issues (primarily, every time you change the entry point...
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