After adding and updating a bunch of npm dependencies to get the server working, when I visit localhost:8085 (as suggested by the server instead of localhost:8080) the page renders with a spinner that never stops spinning.
Inspecting the console, there are all 10 errors which trace back to failures to load resources from soap.sforce.com, which does not seem reachable.
Typical errors look like:
logger.service.ts:49 Error: No operation available for request {http://soap.sforce.com/schemas/package/AngularAppController}executeQuery, please check the WSDL for the service.(…)LoggerService.error @ logger.service.ts:49
2016-11-25 21:05:19.087 logger.service.ts:49 Error: No operation available for request {http://soap.sforce.com/schemas/package/AngularAppController}executeQuery, please check the WSDL for the service.(…)LoggerService.error @ logger.service.ts:49
(I don't know if this is a personal problem or a temporary problem.)
Please, let me know if you need further information.
After adding and updating a bunch of npm dependencies to get the server working, when I visit localhost:8085 (as suggested by the server instead of localhost:8080) the page renders with a spinner that never stops spinning.
Inspecting the console, there are all 10 errors which trace back to failures to load resources from soap.sforce.com, which does not seem reachable.
Typical errors look like:
(I don't know if this is a personal problem or a temporary problem.)
Please, let me know if you need further information.