curious_coder
curious_coder
RRailway
Created by curious_coder on 11/18/2023 in #✋|help
Flask App deployed (using Docker); TemplateNotFound error
Hey guys, I'm aware this is primarily a Flask issue however this works locally. The docker container is successfully being built and deployed via railway.app but whenever I visit the URL, it tells me it cannot find index.html in the templates folder. I've even gone as far as manually specifying the templates folder location for the Flask app via :
main = Blueprint("main", __name__, template_folder="templates")
main = Blueprint("main", __name__, template_folder="templates")
Any ideas?
138 replies
RRailway
Created by curious_coder on 10/7/2023 in #✋|help
Can I deploy a Pygame project with Server and Client
I have a simple pygame project that I want to deploy. When the server script runs, it hosts the game using a local IP. When the client script runs, it connects the user to the game and opens a new window for them to interact with the game's environment. Is this possible to deploy via railway.app or no?
3 replies