Hey guys, I'm trying out SvelteKit with Appwrite and using @sveltejs/adapter-static. I'm getting a error of 'window is not defined' when I run 'npm run dev'.
I have added export const prerender = true; in +layout.js in the root of routes folder.
Not sure what is wrong. Would like for some assistance or guidance on this.
Thanks in advance!
What exactly is throwing this?
Are you using realtime functionality? That might be problematic with static adapter and pre-renders.
Ahh sorry for the late reply. Didn't get notified.
Anyways, I fixed the problem. I imported in some extra Appwrite functions which I wasn't using and it was causing some issues.
Haven't tried realtime yet but will keep in mind if I come across this again. Thanks!
[SOLVED] Window is not defined when running in SvelteKit using Adapter Static
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...