Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

381
Views
Flask - Javascript file requires multiple page refresh to load net::ERR_INVALID_HTTP_RESPONSE 200

I have a Flask app that relies on javascript for certain functionality. The javascript file loads fine sometimes and other times I get an error in the console:

GET http://localhost:5000/static/js/sm4sb.js net::ERR_INVALID_HTTP_RESPONSE 200

When this happens the javascript is not loaded. I then have to refresh the page multiple times until the console does not show this error.

I read somewhere that putting this in my config.py file should fix it, but it doesn't

SEND_FILE_MAX_AGE_DEFAULT = 0

Elsewhere someone suggested adding this:

@app.after_request
def add_header(response):
    response.headers['Cache-Control'] = 'no-cache, no-store'

But when I do that I get an error

AttributeError
AttributeError: 'NoneType' object has no attribute 'vary'

Note that the issue is with Vivaldi (Chrome) but does not seem to be an issue (so far) running in Firefox.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!