File: app/utils_db.py (lines 61, 289)
Description
Pod URLs are constructed using hardcoded http://localhost:8080 instead of using the configured SITENAME:
url = join("http://localhost:8080/api/pods/", contributor, lang, theme.replace(' ', '+'))
p.url = join('http://localhost:8080/api/pods/', target.replace(' ', '+'))
This causes broken pod URLs in any non-localhost deployment.
File:
app/utils_db.py(lines 61, 289)Description
Pod URLs are constructed using hardcoded
http://localhost:8080instead of using the configuredSITENAME:This causes broken pod URLs in any non-localhost deployment.