Avoid prod system warnings
ymartin59 opened this issue · comments
Yves Martin commented
From server logs:
/usr/local/lib/python3.8/site-packages/flask/app.py:2171: UserWarning: Current server name 'localhost:8000' doesn't match configured server name 'synocommunity.com'
return self.url_map.bind_to_environ(
/usr/local/lib/python3.8/site-packages/flask/app.py:2171: UserWarning: Current server name '[OVH api IP address]' doesn't match configured server name 'synocommunity.com'
return self.url_map.bind_to_environ(
Antoine Bertin commented
Not sure if this is still happening or if related to spkrepo directly vs server configuration. Closing for now