question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.7.0] Cannot read property 'name' of null

See original GitHub issue

After updating from 0.6.9 to 0.7.0 and logging in in our application (which does a transition), we get the following error:

Uncaught (in promise) TypeError: Cannot read property 'name' of null
    at RouterService.<anonymous> (route-styles.js:17)
    at sendEvent (metal.js:345)
    at RouterService.trigger (evented.js:110)
    at Class.<anonymous> (router.js:70)
    at sendEvent (metal.js:345)
    at Class.trigger (evented.js:110)
    at PrivateRouter.routeWillChange (router.js:179)
    at Transition.abort (router_js.js:366)
    at Transition.retry (router_js.js:401)
    at login.js:34
    at tryCatcher (rsvp.js:335)
    at invokeCallback (rsvp.js:506)
    at publish (rsvp.js:492)
    at rsvp.js:16
    at invoke (backburner.js:335)
    at Queue.flush (backburner.js:226)
    at DeferredActionQueues.flush (backburner.js:423)
    at Backburner._end (backburner.js:957)
    at Backburner._boundAutorunEnd (backburner.js:626)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
webarkcommented, Jun 11, 2019

@bitwolfe @boris-petrov @andybluntish added a quick “catch all” fix in #322. Will loop back around to this and add some tests later. Just wanted to try to unblock you all.

I would like a better way to handle these intermediary transitions, but don’t know of a way to now.

1reaction
webarkcommented, Jun 11, 2019

0.7.2 is released. Please try it out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eslint throwing "cannot read property 'name' of null" · Issue #593
Using typescript-eslint-parser disables jsx parsing even though I have jsx:true in parserOptions and throws this cannot read property 'name' of ...
Read more >
ERROR in Cannot read property 'fileName' of null After ...
I'm getting an ERROR in Cannot read property 'fileName' of null after updating angular 7 to 9. I have updated all of my...
Read more >
Solidity ^0.6.0 Truffle Compile Error: Cannot read property ...
This seems to be a problem from your JS code. · I added the only JS file automatically created by Truffle when running...
Read more >
TFS 2018 RC2 Cannot read property 'name' of null - error on ...
I use a filter with a specific iteration on a storyboard. For example, iteration 1. An error occurred when the administrator deleted iteration...
Read more >
TypeError: Cannot read property 'timed_out' of null and ...
Hi guys, We are using kibana, search guard in combination with keycloak (openid). While reading indeces in the kibana dashboards I have ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found