MatG13
Explore posts from serversPPrisma
•Created by MatG13 on 6/5/2024 in #help-and-questions
Main .prisma file location with new prismaSchemaFolder feature (+ Bazel)
Solved - Importing all files on schema folder in BUILD.bazel instead of just the schema.prisma, and then change command to
generate --schema schema
folder, worked just fine. No need to make bazel create a single file, prisma manages the folder correctly.4 replies
Front End deploy, "Application failed to respond" Vite
Did It, building looks fine but now I am getting a npm command not found, tried to change It but the message kept. Decided to remove the starting command on railway and I am getting this on the Deploy Logs:
using provided configuration
2023/10/24 16:36:32.733 WARN admin admin endpoint disabled
2023/10/24 16:36:32.733 WARN http.auto_https automatic HTTPS is completely disabled for server {"server_name": "srv0"}
2023/10/24 16:36:32.733 INFO tls.cache.maintenance started background certificate maintenance {"cache": "0xc0005a3700"}
2023/10/24 16:36:32.733 INFO tls cleaning storage unit {"description": "FileStorage:/root/.local/share/caddy"}
2023/10/24 16:36:32.733 INFO tls finished cleaning storage units
2023/10/24 16:36:32.734 INFO http.log server running {"name": "srv0", "protocols": ["h1", "h2", "h3"]}
2023/10/24 16:36:32.734 INFO serving initial configuration
13 replies