Not sure what change could affect this, but now after running the app from xcode, the main page is loaded and it is possible to login via keycloak (see !Screenshot 2019-02-04 at 13.36.44.png|thumbnail! ).
However I'm not able to connect to graphql server running locally. (tried to set localhost, 10.0.2.2 and machine IP [here|https://github.com/aerogear/voyager-ionic-example/blob/development/src/app/services/voyager.service.ts#L69-L70], nothing worked.)
Update: Creating and updating tasks does work (according to logs on server), but the homepage is still not visible.
There's an error in debugger console (connected via safari debugger) {code} TypeError: undefined is not an object (evaluating 'networkError.result') — index.js:48 defaultErrorLogger (vendor.js:54419) handleError (vendor.js:54467) next (vendor.js:56466:140) (anonymous function) (vendor.js:52209) __tryOrUnsub (vendor.js:107268) next (vendor.js:107206) _next (vendor.js:107149) next (vendor.js:107126) next (vendor.js:106891) emit (vendor.js:52193) run (polyfills.js:2495) onHandleError (vendor.js:56016) runTask (polyfills.js:2543) invokeTask (polyfills.js:2843) timer (polyfills.js:4626) {code} |
|