engine
engine copied to clipboard
Service with `allowRemoteAccess` defined in an environment ENV is not accessible in an environment that depends on ENV
Service with allowRemoteAccess
defined in an environment ENV is not accessible in an environment that depends on ENV from other features.
Added a failing test: https://github.com/wixplosives/engine/commit/412f5ab403813743ceefd8ecb4301709c3864fa9
After some debugging, looks like the issue is in this condition: https://github.com/wixplosives/engine/blob/cac2e516f5c482f516d8f48ced935e9bf79eb693/packages/core/src/entities/service.ts#L60
@cylon3035 @thehulke @AviVahl FYI