noahdelaweb
noahdelaweb
Explore posts from servers
RRailway
Created by noahdelaweb on 12/24/2023 in #✋|help
Vendure deployment error
I successfully deployed my project on Railway by executing commands to export my database to Railway's PostgreSQL. Additionally, I seamlessly integrated the new environment variables from the updated database into my Vendure project. database log errors 2023-12-23 21:00:59.298 UTC [8] LOG: starting PostgreSQL 16.0 (Debian 16.0-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2023-12-23 21:00:59.298 UTC [8] LOG: listening on IPv4 address "0.0.0.0", port 5432 2023-12-23 21:00:59.298 UTC [8] LOG: listening on IPv6 address "::", port 5432 2023-12-23 21:00:59.302 UTC [8] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2023-12-23 21:00:59.308 UTC [78] LOG: database system was shut down at 2023-12-23 21:00:59 UTC 2023-12-23 21:00:59.315 UTC [8] LOG: database system is ready to accept connections 2023-12-23 21:05:59.405 UTC [76] LOG: checkpoint starting: time 2023-12-23 21:06:03.634 UTC [76] LOG: checkpoint complete: wrote 45 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=4.220 s, sync=0.004 s, total=4.229 s; sync files=12, longest=0.002 s, average=0.001 s; distance=261 kB, estimate=261 kB; lsn=0/1954508, redo lsn=0/19544D0 2023-12-23 21:15:59.833 UTC [76] LOG: checkpoint starting: time 2023-12-23 21:16:46.412 UTC [76] LOG: checkpoint complete: wrote 465 buffers (2.8%); 1 WAL file(s) added, 0 removed, 0 recycled; write=46.447 s, sync=0.020 s, total=46.579 s; sync files=531, longest=0.002 s, average=0.001 s; distance=3533 kB, estimate=3533 kB; lsn=0/1CCA9B0, redo lsn=0/1CC79E0 2023-12-23 21:46:00.009 UTC [76] LOG: checkpoint starting: time 2023-12-23 21:46:02.323 UTC [76] LOG: checkpoint complete: wrote 23 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.306 s, sync=0.003 s, total=2.315 s; sync files=5, longest=0.003 s, average=0.001 s; distance=37 kB, estimate=3183 kB; lsn=0/1CD1108, redo lsn=0/1CD10D0 @replica: 04f22c57-cd62-464c-a202-1f75dc12f575
7 replies
CDCloudflare Developers
Created by noahdelaweb on 8/17/2023 in #general-help
Failed to produce a Cloudflare Pages build from the project.
⚡️ Completed npx vercel build. 18:22:29.916
18:22:29.917 ⚡️ ERROR: Failed to produce a Cloudflare Pages build from the project. 18:22:29.917 ⚡️ 18:22:29.917 ⚡️ The following routes were not configured to run with the Edge Runtime: 18:22:29.917 ⚡️ - /api/contact 18:22:29.918 ⚡️ - /api/hello 18:22:29.918 ⚡️ 18:22:29.918 ⚡️ Please make sure that all your non-static routes export a config object specifying the edge runtime, like: 18:22:29.918 ⚡️ export const config = { runtime: 'edge' }; 18:22:29.918 ⚡️ 18:22:29.918 ⚡️ You can read more about the Edge Runtime on the Next.js documentation: 18:22:29.918 ⚡️ https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes
16 replies