You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The buildStaticHostname function is needlessly convoluted and really we should probably just have the static hostname be the value of the STATIC_FILES_HOST and not do any of this guesswork.
Suggested solution:
Simple use STATIC_FILES_HOST and scrap the buildStaticHostname logic.
Alternative suggestions:
Double check that there are no significant use cases for additional logic (tests, preprod, custom URLs, etc)
The text was updated successfully, but these errors were encountered:
Problem:
The
buildStaticHostname
function is needlessly convoluted and really we should probably just have the static hostname be the value of the STATIC_FILES_HOST and not do any of this guesswork.Suggested solution:
Simple use STATIC_FILES_HOST and scrap the buildStaticHostname logic.
Alternative suggestions:
Double check that there are no significant use cases for additional logic (tests, preprod, custom URLs, etc)
The text was updated successfully, but these errors were encountered: