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 staging #161

Closed ashifkhn closed 2 months ago

ashifkhn commented 2 months ago

Issue Description

Description:

We need to configure the environment variable NEXT_PUBLIC_TASK_BASE_URL for the staging 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://staging-status.realdevsquad.com Purpose: This URL will be used in the staging environment to ensure that the onClick navigation properly directs users to the correct task details page.

NEXT_PUBLIC_TASK_BASE_URL=https://staging-status.realdevsquad.com

Steps to Reproduce

Severity/Priority

Additional Information

Impact:

This change is crucial for ensuring that task detail navigation functions correctly in the staging environment. Without this configuration, navigation might not work as expected during testing.

Additional Notes:

Please ensure that this variable is not included in the production .env file to avoid any potential conflicts or security issues.

Checklist

prakashchoudhary07 commented 2 months ago

Hey, why are we adding this?

ashifkhn commented 2 months ago

Hey, why are we adding this?

we needed the base url to navigate to task detail page. added in const as suggested by @iamitprakash .