vince🐶🐱
vince🐶🐱
RRailway
Created by vince🐶🐱 on 12/5/2023 in #✋|help
python prisma issue
trying to run prisma migrate deploy but getting the following error Traceback (most recent call last): File "/opt/venv/bin/prisma", line 8, in <module> sys.exit(main()) ^^^^^^ File "/opt/venv/lib/python3.11/site-packages/prisma/cli/cli.py", line 39, in main sys.exit(prisma.run(args[1:])) ^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/prisma/cli/prisma.py", line 36, in run entrypoint = ensure_cached().entrypoint ^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/prisma/cli/prisma.py", line 104, in ensure_cached proc.check_returncode() File "/root/.nix-profile/lib/python3.11/subprocess.py", line 502, in check_returncode raise CalledProcessError(self.returncode, self.args, self.stdout, subprocess.CalledProcessError: Command '['/root/.cache/prisma-python/nodeenv/bin/npm', 'install', '[email protected]']' returned non-zero exit status 1. Installing Prisma CLI An error ocurred while installing the Prisma CLI; npm install log: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/xpxln7rqi3pq4m0xpnawhxb2gs0mn1s0-gcc-12.3.0-lib/lib/libstdc++.so.6)
21 replies
RRailway
Created by vince🐶🐱 on 11/29/2023 in #✋|help
root directory doesn't stop monorepo from rebuilding
I have /backend and /frontend and both services do not have watch path set. How should I update the config so that updating the /backend does not cause /frontend to rebuild?
9 replies
RRailway
Created by vince🐶🐱 on 11/29/2023 in #✋|help
Is there a storage limit on my fastapi server?
I'm saving some temp docs locally to /tmp and wonder if there is a storage limit? I know that every restart/deploy would clear it
5 replies