r9d7
Explore posts from serversDTDrizzle Team
•Created by r9d7 on 9/23/2024 in #help
Error: Cannot access 'interactionsRelations' before initialization
My setup is as follows:
11 replies
DTDrizzle Team
•Created by r9d7 on 3/20/2024 in #help
Relations between tables unclear
Consider the following schema where a User can create a Post, and each post can have multiple versions of its content. What is the best way for a Post to store the
latestVersionId
for quick access. I'm having trouble figuring that out, and also how to create a Post since a Post would need a PostVersion first, but a PostVersion needs a Post to link them together.
1 replies
Failing to deploy pnpm monorepo but was successful before
Hi, I'm new to railway so please bear with me.
I have a learning side project which I organized in a monorepo (https://github.com/duckradu/kameleon.social). I managed to deploy the 2 apps I have, fastify backend and solid-start frontend, about 8 days ago. Since then I have made lots of changes to my project. The biggest updates were - I noticed that I did not have a pnpm-workspace.yaml so I created one, I updated the minimum engine version required in package.json for both apps to be node >= 20 and lastly, decided to add a new railway service for a Posgres database. Now I am trying to deply the monorepo but both apps fail. Looking through the logs my best guess is that it doesn't use pnpm (anymore?).
42 replies