Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NEXT_PUBLIC_TASK_BASE_URL to .env for Production #162

Open
5 of 10 tasks
ashifkhn opened this issue Aug 20, 2024 · 0 comments
Open
5 of 10 tasks

Add NEXT_PUBLIC_TASK_BASE_URL to .env for Production #162

ashifkhn opened this issue Aug 20, 2024 · 0 comments
Assignees

Comments

@ashifkhn
Copy link
Contributor

ashifkhn commented Aug 20, 2024

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

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

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

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants