Asseater Peter
Explore posts from serversHosting a modded Minecraft server
Hi guys!
I'm trying to host a modded minecraft server through Railway using the
Minecraft Server
template and I am running into a couple roadblocks:
- First off, after reading the documentation for itzg/minecraft-server
I've set up forge to auto-download, and it downloads most mods but some need to be added manually, which leads me to my first problem: How do I edit files on a volume?
- My second issue is that the process crashes, but it could be caused by the first issue so I'm gonna assume I need to resolve the first problem first.91 replies
DTDrizzle Team
•Created by Asseater Peter on 8/10/2023 in #help
Multiple relations
Let's say I have this relationship from message to users:
And I'd like to add a relation from user to messages, by the sender. I thought of doing this:
But it errors out, Error: There is not enough information to infer relation "UserTable.messages"
I assume I need to tell it what relation messages is linked with, but how do I go about doing that? The docs provide no information about this.
13 replies
Resource not supported on express NodeJS app
Pretty much what the title says. When I deploy my project it deploys fine, and one of the API routes even works. However, if I try and send a request to most routes they fail with a 404 : Resource not supported.
All my code is available on https://github.com/yuval59/react-vacations, but when I run this locally it works fine.
9 replies