bcgov / api-services-portal

API Services Portal provides a multi-tenant frontend integrating API Gateway and Authorization services from Kong CE and Keycloak.
https://api.gov.bc.ca
Apache License 2.0
22 stars 7 forks source link

Fix gateway detail redirect #1144

Closed rustyjux closed 3 months ago

rustyjux commented 3 months ago

Apparently adding return null to the useEffect() fixes the component render cycle and may be preventing the component from mounting and unmounting unpredictably before.

Worked 10x in a row in docker compose where it was frequently failing before.


🚀 Feature branch deployment: https://api-services-portal-feature-ns-to-gw-gateway-detail-redirect.apps.silver.devops.gov.bc.ca

rustyjux commented 3 months ago

Why are so many old commits showing? When I run git merge dev I get Already up to date.