The problem of Bootstrap failure on chrome.

has recently been learning the flask framework and is still a novice. When you open your own web page with chrome, there is a problem that the style is not loaded. Take a look at it, as shown in figure

doesn"t seem to be loaded? But after changing the browser Edge, everything will be fine. Is this a browser problem? Please give me some advice. The code is implemented according to the book, so there should be no problem.


add to the config of app:
BOOTSTRAP_SERVE_LOCAL=True try


have you set up a proxy for chrome?

Menu