I am trying to deploy a Python web app and get the following error when deploying: “Build folder build does not exist!”
This happens when I specify the Publish Directory to be = build.
I am a programming newbie so I have no idea how to address this. I don’t even know what a Publish Directory is.
Could someone please advise what I am doing wrong and how to correct it? I have tried several things based on searches on Google and Stackoverflow, but none seem to help. Because I am fresh off the boat I may not be asking the right questions.
My Git repo is as follows if it will help: GitHub - BNorath/my_web_todo_app: A web based To-Do tracker with a minimalistic design.
Hi,
I’ve replied to the ticket you also opened, I’ll add the same response here:
… it seems like you’re trying to deploy a Python application to a Static Site. You likely need a Web Service.
Alan
Thank you so much for the feedback Alan. I will give it a bash using a web service
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.