You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the Vercel environment variable USE_PREVIEW_URL to accept URLs.
Why:
Currently, the USE_PREVIEW_URL environment variable may not support URL inputs. Allowing URLs would enhance flexibility and utility, especially for testing different environments or configurations.
How:
Implement changes in the configuration to ensure USE_PREVIEW_URL can accept and correctly handle URL inputs. Test the changes to ensure they work as intended.
Expected Outcome:
USE_PREVIEW_URL accepts URLs without issues.
Successful testing and verification of the new functionality.
Testing Criteria:
Test with various URL inputs to ensure correct functionality.
Validate that the changes do not affect other functionalities or environment variables.
The text was updated successfully, but these errors were encountered:
jabby09
changed the title
Allow URLs in USE_PREVIEW_URL Vercel Environment Variable
[devops] Allow URLs in USE_PREVIEW_URL Vercel Environment Variable
Jan 18, 2024
What:
Modify the Vercel environment variable
USE_PREVIEW_URL
to accept URLs.Why:
Currently, the
USE_PREVIEW_URL
environment variable may not support URL inputs. Allowing URLs would enhance flexibility and utility, especially for testing different environments or configurations.How:
Implement changes in the configuration to ensure
USE_PREVIEW_URL
can accept and correctly handle URL inputs. Test the changes to ensure they work as intended.Expected Outcome:
USE_PREVIEW_URL
accepts URLs without issues.Testing Criteria:
The text was updated successfully, but these errors were encountered: