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
Deploying Wekan under a sub-path of a domain name was recently implemented in devel (see #133) and will be shipped in the next version of Wekan.
I strongly suspect this “avatar not displaying” bug comes from Collection-fs not taking into account the ROOT_URL environment variable correctly to support prefixed URLs. I will probably open a PR to support it (which should be fairly similar to the support introduced in Flow-Router in kadirahq/flow-router#329)
The text was updated successfully, but these errors were encountered:
mquandalle
changed the title
Avatars won’t display if the app is deboyed under a sub-path
Avatars won’t display if the app is deployed under a sub-path
Dec 20, 2015
…ages
don't get broken when root-url changes to different sub-url.
This does not change avatar urls in database, instead this
fixes url on the fly after loading avatar url from database.
Thanks to xet7 !
Closes#1776,
closes#386
Deploying Wekan under a sub-path of a domain name was recently implemented in devel (see #133) and will be shipped in the next version of Wekan.
I strongly suspect this “avatar not displaying” bug comes from Collection-fs not taking into account the
ROOT_URL
environment variable correctly to support prefixed URLs. I will probably open a PR to support it (which should be fairly similar to the support introduced in Flow-Router in kadirahq/flow-router#329)The text was updated successfully, but these errors were encountered: