Oleg Sapishchuk

Results 15 comments of Oleg Sapishchuk

I had the same `SocketTimeoutException` issue on the development environment but was told there is no such issue on the production environments. Can you please confirm you see this one...

I didn't go personally to production but heard from the folks who went, that such an issue occurs only in the development environment due to the nature of dev environments....

@chandanrjit2021 I just tried and it doesn't work: ``` // Initialize the .env confirmation require('dotenv').config({path: '/.env.devorgpersonaccounts'}); ``` I have the `.env` file and `.env.devorgpersonaccounts`, both for different CC and CRM...

@chandanrjit2021 Thanks, mate! I made it work, as per your example. I think this is a valid issue ticket so project documentation can be updated on how to use multiple...

@chandanrjit2021 looks like this one caused another issue -> https://github.com/SalesforceCommerceCloud/b2c-crm-sync/issues/20 now in order to run multi-cloud use-cases I have to copy the proper `.env` file into root folder as `dotenv`...