0👍
✅
Ok, here’s what worked for me
In the vue.config.js
I set publicPath
to /static/
And in __init__.py
removed static_url_path
parameter from app object creation, so only app = Flask(__name__)
left
Source:stackexchange.com