really_dizzy
really_dizzy
RRailway
Created by really_dizzy on 7/4/2024 in #✋|help
Application failed to respond
No description
5 replies
RRailway
Created by really_dizzy on 7/4/2024 in #✋|help
Application failed to respond
1fa2ba21-add1-4880-9d28-b569b2ff6470
5 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
Thank you!!!!
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
that last change might have been it, just might have needed time to update
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
No description
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
still no luck
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
so should be = "start": "next start -H 0.0.0.0 --port ${PORT-3000}", ?
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
const { withPayload } = require('@payloadcms/next/withPayload') / @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, // images: { // domains: [ // "res.cloudinary.com", // "images.pexels.com", // "placeimg.com", // "placehold.co", // "via.placeholder.com", // "nursify.vercel.app", // ], // }, images: { remotePatterns: [ { protocol: "https", hostname: "", }, { protocol: "http", hostname: "**", }, ], }, typescript: { // !! WARN !! // Dangerously allow production builds to successfully complete even if // your project has type errors. // !! WARN !! ignoreBuildErrors: true, }, }; module.exports = withPayload(nextConfig);
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
still the same unfortunately
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
No description
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
FYI those invalid next config options are not the cause of any issues since they come up when its working
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
tried setting next start --port ${PORT-3000} but still no luck
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
yes in the root of the project
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
site:start: ✓ Ready in 400ms container event container died  ELIFECYCLE  Command failed. site:start:  ELIFECYCLE  Command failed. ERROR run failed: command exited (1)
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
it seems to dectect next server running at port 3000 when i click generate domain but then i get, application failed to respond when i click into it
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
if i run railway run pnpm build railway run pnpm start it works locally
31 replies
RRailway
Created by really_dizzy on 7/3/2024 in #✋|help
NextJS turborepo
1fa2ba21-add1-4880-9d28-b569b2ff6470
31 replies