Error when trying to run reference API implementation locally #1362
-
Apologies if I'm doing something silly, but I'm having trouble getting the reference gothinkster/realworld implementation running locally. I've tried both node version But, I get the following error when trying to run the node api either directly or via the wrapped
Thanks for any suggestions! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Larry, I just tested quickly and it worked as expected. I started working on providing a more straightful way to run the repository with GitPod and GitHub Codespaces. I'll continue if I can't find the solution for you. |
Beta Was this translation helpful? Give feedback.
@larrytheliquid, it's fixed on the main branch.
It was due to an old manual seed step in main.ts file I removed.
It worked on my side as depending on some data already seeded in production.
You can rebase upon main to retrieve the changes.