get rid of localhost in tests - not a qualified URL - we'll see
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 33m19s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 33m19s
This commit is contained in:
@@ -47,7 +47,7 @@ const finalConfig = mergeConfig(
|
||||
// Fix: Set environment variables to ensure generated URLs pass validation
|
||||
env: {
|
||||
NODE_ENV: 'test',
|
||||
BASE_URL: 'http://example.com', // Use a standard domain to pass strict URL validation
|
||||
BASE_URL: 'https://example.com', // Use a standard domain to pass strict URL validation
|
||||
PORT: '3000',
|
||||
},
|
||||
// This setup script starts the backend server before tests run.
|
||||
|
||||
Reference in New Issue
Block a user