Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

addMessageListener not defined #3054

Closed
Pike opened this issue Aug 1, 2017 · 4 comments · Fixed by #3066
Closed

addMessageListener not defined #3054

Pike opened this issue Aug 1, 2017 · 4 comments · Fixed by #3066

Comments

@Pike
Copy link

Pike commented Aug 1, 2017

Also see https://bugzilla.mozilla.org/show_bug.cgi?id=1386445
Every now and then, I get an empty homepage. Found the following message in the console:

ReferenceError: addMessageListener is not defined[Weitere Informationen] activity-stream.bundle.js:772:3
	initStore resource://activity-stream/data/content/activity-stream.bundle.js:772:3
	<anonym> resource://activity-stream/data/content/activity-stream.bundle.js:2705:15
	__webpack_require__ resource://activity-stream/data/content/activity-stream.bundle.js:20:12
	<anonym> resource://activity-stream/data/content/activity-stream.bundle.js:66:18
	<anonym> resource://activity-stream/data/content/activity-stream.bundle.js:1:11

This is on Nightly.

@Mardak
Copy link
Member

Mardak commented Aug 1, 2017

That line is addMessageListener(INCOMING_MESSAGE_NAME, msg => { which would probably indicate that the page isn't set up to be remote yet which is being fixed in #2819. Duping to that.

@Mardak Mardak closed this as completed Aug 1, 2017
@Mardak
Copy link
Member

Mardak commented Aug 1, 2017

Actually this seems to be separate. Did you set about:newtab to be your start/home page?

@Mardak
Copy link
Member

Mardak commented Aug 4, 2017

Not quite fixed yet. This needs a m-c change to get AboutNewTab initialized earlier. https://bugzilla.mozilla.org/show_bug.cgi?id=1386445

@Mardak Mardak reopened this Aug 4, 2017
@Mardak Mardak added the Has PR label Aug 5, 2017
@Mardak
Copy link
Member

Mardak commented Aug 5, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants