79685286

Date: 2025-06-30 21:04:49
Score: 2.5
Natty:
Report link

When I did all of the listed items below AND had this code for my CORS configuration in my app.py:

CORS(app, supports_credentials=True, origins=[
    "http://localhost:3000",
    "http://thecasecomp.com"
])

Seems like I needed my online domain as well for both to work.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: ojasprabhune