Real-Dev-Squad / members-site

https://members-app-v2.vercel.app
MIT License
4 stars 22 forks source link

Add NEXT_PUBLIC_TASK_BASE_URL to .env for Production #162

Open ashifkhn opened 2 months ago

ashifkhn commented 2 months ago

Issue Description

We need to configure the environment variable NEXT_PUBLIC_TASK_BASE_URL for the production environment. This URL is used for the onClick navigation functionality to navigate to task details.

Details:

Environment Variable: NEXT_PUBLIC_TASK_BASE_URL Value: https://status.realdevsquad.com Purpose: This URL will be used in the production environment to ensure that the onClick navigation properly directs users to the correct task details page.

NEXT_PUBLIC_TASK_BASE_URL=https://status.realdevsquad.com

Screenshots

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Impact:

This change is essential for ensuring that task detail navigation functions correctly in the production environment. Without this configuration, users may not be directed to the appropriate task details page.

Additional Notes:

Please ensure that this configuration is thoroughly tested in staging before applying it to production to avoid any disruptions.

Checklist