79260593

Date: 2024-12-07 12:32:06
Score: 0.5
Natty:
Report link

I had same issue and in my situation the solution was to just set the requests_pathname_prefix like this:

app = Dash(requests_pathname_prefix="/your_prefix/")

Setting the environment variable or both requests_pathname_prefix and routes_pathname_prefix lead to the site being unavailable.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amuoeba