Motivation We need to verify if subscriptions work on mobile-service provision to openshift. Our configuration is harcoded in some of the areas like: https://github.com/aerogear/data-sync-server/blob/master/server/config/index.js#L44 So we need to make sure that apb by default will work with grapiql and mobile clients. Currently by default users getting handshake errors (when using http protocol). Desired outcome APB adjusted to work with subscriptions. Removed hardcoded protocols from app server: https://github.com/aerogear/data-sync-server/blob/master/server/config/index.js#L44 |