Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 145 forks source link

Fix staging URLs in the app #1200

Open TG1999 opened 3 weeks ago

TG1999 commented 3 weeks ago

Issue Description

URLs in staging environment are mapped to prod, for example when you create a TCR in staging and once the TCR is created and then you click on the TCR link, instead of going to staging-dashboard it redirects to dashboard. This is because the URLs are hardcoded in the config.

Expected Behavior

URLs in staging should route to staging-* URLs

Current Behavior

URLs in staging should route to prod URLs

Screenshots

Reproducibility

Steps to Reproduce

  1. Try to create a TCR in staging, and once TCR is created click on the created dashboard link.

Severity/Priority

Additional Information

Checklist