diff --git a/frontend/openshift.deploy.yml b/frontend/openshift.deploy.yml
index 605df886..92e16b81 100644
--- a/frontend/openshift.deploy.yml
+++ b/frontend/openshift.deploy.yml
@@ -82,7 +82,7 @@ objects:
- name: LOG_LEVEL
value: "${LOG_LEVEL}"
- name: VITE_BACKEND_URL
- value: "https://${NAME}-${ZONE}-backend.${DOMAIN}:443"
+ value: "https://${NAME}-${ZONE}-backend.${DOMAIN}"
- name: VITE_USER_POOLS_WEB_CLIENT_ID
value: "${VITE_USER_POOLS_WEB_CLIENT_ID}"
- name: VITE_ZONE
diff --git a/frontend/src/screens/Landing/index.tsx b/frontend/src/screens/Landing/index.tsx
index 7141871f..df22534e 100644
--- a/frontend/src/screens/Landing/index.tsx
+++ b/frontend/src/screens/Landing/index.tsx
@@ -39,37 +39,6 @@ const Landing: React.FC = () => {