Python Forum
Moving flask app to sub folder on live site. Help This is driving me crazy **huh**
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Moving flask app to sub folder on live site. Help This is driving me crazy **huh**
#1
Help This is driving me crazy Huh
I've been stuck on this for days.
My web app is running fine on 127.0.0.0:8080.
When I move it to my live website in a sub folder eg: "Mysite.com/NewApp" the links to other pages and static js and css etc cant be found.
I've tried

app = Flask(__name__)
app.config['APPLICATION_ROOT'] = '/NewApp'

And would have thought that would be it, but it seems to make no difference.
I don't want to change lots of code so I have different version for dev and live and cant believe how difficult this has been.

Surely there is some simple setting I can use to tell the app to use '/NewApp' as the app root for all files in that folder not the website root.

It has some complicated Js and css, and I've messed around with the static folder buy cant get it to work.
Typical errors shown in my console in my browser. are at the bottom of this post.
I'm running nginx on windows.


----------------------------------------------------------------------------
Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
favicon.ico:1


Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
api/sentiment/xdce-crowd-sale:1


Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
api/price_history/xdc:1


Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
AiGui/:1935 Error: Error: Network response was not ok
at AiGui/:1846:23
(anonymous) @ AiGui/:1935Understand this errorAI
api/cmc_url/xdc%20network:1


Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
AiGui/:1805 Error fetching CMC URL: SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
(anonymous) @ AiGui/:1805Understand this errorAI
styles.css:1


Failed to load resource: the server responded with a status of 404 (NOT FOUND)Understand this errorAI
likes this post

Attached Files

Thumbnail(s)
   
Reply
#2
Do you have the wsgi module installed and activated on your server? Running local and running on a live server are different.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts


Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Thumbs Up Flask do not accept sub-folder in Template ?! : Solved SpongeB0B 2 4,501 Jan-15-2021, 08:09 AM
Last Post: ndc85430
  cant access root environment folder from django folder using __init__.py Sanjish 0 2,334 Dec-25-2020, 05:56 AM
Last Post: Sanjish
  Flask: Making my first web site Truman 38 27,185 Oct-03-2019, 09:10 PM
Last Post: Truman
  A crazy project involving webpage interaction apsaditya 7 6,563 May-20-2018, 05:39 AM
Last Post: apsaditya
  Flask - Opening second page via href is failing - This site can’t be reached rafiPython1 2 6,370 Apr-11-2018, 08:41 AM
Last Post: rafiPython1
  this would be silly if it as not driving mr crazy Blue Dog 16 15,872 Oct-27-2016, 10:21 PM
Last Post: Blue Dog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020