Devonte
Devonte
Will this be merged?
I believe this happens when you try to run it over an SSL connection but you are still using port 80
You probably need to read person as a buffer I think readFileSync defaults to utf8
``` ember-cli: 3.16.0 http_parser: 2.9.3 node: 10.19.0 v8: 6.8.275.32-node.55 uv: 1.28.0 zlib: 1.2.11 brotli: 1.0.7 ares: 1.15.0 modules: 64 nghttp2: 1.39.2 napi: 5 openssl: 1.1.1d icu: 64.2 unicode: 12.1 cldr:...
`ember-source: 3.16.3` And this was within a list element ``` Not logged in ```
This list is part of the sidenav using the sidenav component. It happens on render and not on click ``` {{#if this.session.isAuthenticated}} {{this.session.data.authenticated.profile.name}} {{this.session.data.authenticated.profile.email}} {{else}} {{this.navigation.profile.name}} {{/if}} {{#each this.navigation.links as...
Tried it with `@onClick` and `@href` I removed the full list and found there were problems with `PaperList` even if not rendered due to an `{{#if ...}}` statement. Also, an...
@digitalsadhu Yes just having a belongsTo relationship without even actually populating it will always create a null value. Also if there is profileData it does not actually send the data...
I will try and get you this by tomorrow or monday just saw your reply now. But even before the problem with how it is sending back the relationships when...
Thank you for spending so much time on this. You are actually the reason why i have decided not to drop loopback and move over to restify