Question

React App deployed on DigitalOcean has malformed urls at outgoing post requests to backend servers

I had well functioning http requests outgoing when i run my react app on localhost, but after I deployed it to Digital Ocean with: Build command: npm run build start command: npm start ( just as I was running it locally ) it started adding to the outgoing urls to the backend it’s own URL, meaning:

instead of (what should be the outgoing url): https://<backend-server-domain>/api/documentsign/ the url post-deployment became (malformed and doesnt work): https://<react-app-domain>/<backend-server-domain>/api/documentsign/

which is not something i configured on purpose at all, for sure not within the code… and this code worked for me in the past with previous deployments, im not sure what default configurations might have digital ocean changed to cause this…

I tried rebuilding the app multiple times without any luck, validated that with the same code, the running the app locally and at deployment does indeed have the above two different http port urls…

please help if you have an idea of what could have caused this.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel