Skip to content

Going Prod #1284

Dec 27, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @DiegoDeMauro-Navigator The REACT_APP_BASE_URL refers to the base url of the api that your React app will be making requests to. This is why it didn't have the intended effect that you wanted it to have.

If you wish to change the port that your React App is running on, you can view this StackOverflow answer.

However, I assume you are trying to deploy your application with a custom domain? If so, I don't believe changing the port is what you are looking for but rather how to map a custom domain to the server your CCF frontend is running on. It would be helpful to know a little bit more info on how/where you're trying to deploy the dashboard. Since we use Create-React-App under the hood,…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DiegoDeMauro-Navigator
Comment options

Answer selected by 4upz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants