Michael
Michael
Explore posts from servers
RRailway
Created by Michael on 9/10/2023 in #✋|help
deploy prisma/client not found
hey, when I deploy the prisma client in node_modules is not found because its not generating, I have added a postinstall startup script with prisma generate command but this is not triggering after the install for some reason, does someone know why? I am also using bun 1.0
72 replies
RRailway
Created by Michael on 9/9/2023 in #✋|help
deploy bun 1.0 project
does anyone know if and how thats possible on railway currently?
71 replies
NNuxt
Created by Michael on 4/1/2023 in #❓・help
LAMBDA_RUNTIME Failed to post handler success response. Http response Code 413
Hi, currently trying to Deploy my Nuxt3 Site to Vercel. After adding Nuxt Content, suddenly this error seems to appear [ERROR] [1680370342325] LAMBDA_RUNTIME Failed to post handler success response. Http response code: 413. Does anyone have an idea?
2 replies
RRailway
Created by Michael on 2/10/2023 in #✋|help
[Fastify] Error: /app/dist/app.js doesn't exist within /app
Hey! I am currently trying to deploy a Fastify API to Railway - I am getting the following error
> fastify start -l info dist/app.js
Error: /app/dist/app.js doesn't exist within /app
> fastify start -l info dist/app.js
Error: /app/dist/app.js doesn't exist within /app
does anyone know why it may be looking for app/dist/app.js instead of dist/app.js? my "main" option in package.json is set to "app.ts"
4 replies