-
Hi, Full disclaimer, I'm a sveltekit noob, so this may be a total beginner question. I typically create mobile and web apps with Flutter and Dart, but am looking to get into using sveltekit and this seems like it's a great project to learn from. I believe I've followed the quickstart directions correctly (through the supabase instructions). Haven't implemented Stripe stuff yet, but I think the project should build ok without it (maybe not)? Anyways, when I pull up the site on localhost I get about 1 second of the site that I expect, then a The errors I'm getting is:
I also get the Stripe error messages, but that makes sense to me b/c I haven't implemented that yet. Just for reference, here's the errors I get about that:
Here's the versions I'm working with:
From what I've looked into, this is a typescript issue (sorry if that's obvious, remember, I'm a noob). I think I might just not have generated my required types, but I'm not sure. I was reading this. Anyways, if anyone can give any info on how to resolve this that would be great. I feel like the instructions have been great for this project. I just don't know how to solve this problem. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You just need to setup the right environment variables. I made the setup instructions a bit clearer for this yesterday, but you may have forked before that. Get the latest and run 'cp local_env_template .env.local'. It will create dummy values that makes the app functional. |
Beta Was this translation helpful? Give feedback.
You just need to setup the right environment variables.
I made the setup instructions a bit clearer for this yesterday, but you may have forked before that.
Get the latest and run 'cp local_env_template .env.local'. It will create dummy values that makes the app functional.