TM_ORG_URL should include http:// or https:// #6165
Labels
deployment
Release deployment or hotfixes
dev-setup 🛠️
scope: documentation
Any issue that relates to documentation edits, updates, improvements
scope: frontend
I updated the tasking manager on a server, and I found it was generating a broken link in the header.
This is because the
example.env
specifies thatTM_ORG_URL
andTM_ORG_PRIVACY_POLICY_URL
should not include the protocol:tasking-manager/example.env
Lines 26 to 28 in 32077cf
This is not correct, since the frontend does not add the protocol:
tasking-manager/frontend/src/components/header/index.js
Line 103 in 32077cf
This is because of a change that has not been reflected in the example file:
74d130d#diff-7918370b89a458b03dac0ed4fdce697153cd37e684b6fa52a2532f7c7e50195e
The text was updated successfully, but these errors were encountered: