sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.23k stars 745 forks source link

Can't get this to run #58

Closed dstroot closed 1 year ago

dstroot commented 1 year ago

I've cloned the repo, set up the .env file properly and also downgraded the content layer. Yet the content layer is throwing issues:

Screenshot 2023-08-07 at 8 15 28 AM

I think the real root cause is that I cannot get the db:push to work. I keep getting ECONNREFUSED:

Screenshot 2023-08-07 at 8 18 18 AM

The strange part is the same '.env' file seems to work in other cases as I can see the app trying to query the database, but since the tables don't exist yet it fails of course. So why would it connect sometimes and sometimes fail?

Screenshot 2023-08-07 at 8 21 58 AM

Anyone have any suggestions or ideas? I really want to explore this code base - it looks awesome!!