Hi @chgovind ,To make sure I am understanding the use case:During development, you are using a webpack dev server and any calls to your external service you are using the Proxy features of the webpack dev server and thus passing in a relative URL. However, when you create your production build and d...