Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

256
Views
T http://localhost:8080/api/v1/home/getBaseUrls 404 (Not Found)

I am trying to run my website and I am getting the following error:

enter image description here

This is my project structure

enter image description here

This is my proxy config

"/api/v1/home/getPlaformBaseUrls": {
    "target": "API_BASE_PROXY_URL",
    "secure": false,
    "logLevel": "debug",
    "changeOrigin": true    
},

And this is my tsconfig.json

{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "downlevelIteration": true,
    "experimentalDecorators": true,
    "module": "esnext",
    "moduleResolution": "node",
    "importHelpers": true,
    "target": "es2015",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es7",
      "dom",
      "dom.iterable"
    ]
  },
  "angularCompilerOptions": {
    "fullTemplateTypeCheck": true,
    "strictInjectionParameters": true
  }
}

Looks like the issue is I am replacing an HTTP localhost URL with a HTTPS cloud url

 "/api/v1/home/getPlaformBaseUrls": {
            "target": "https://something.cloud.local/baseurl",
            "secure": false,
            "logLevel": "debug",
            "changeOrigin": true    
        },

How should I fix this? Is it corrs issue?

There are some laptops which I cannot see the error and some laptops I can see this error. So the error is machine specific.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!