You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indefinitely spinning loading graphic due to uncaught null feed parameter
Steps to Reproduce
new profile
launch Brave
open a new-tab page
click on Customize
disable all sources via the Brave News card/link
open Developer Tools, Console tab
look at the exception thrown
Actual result:
brave_new_tab.bundle.js:1956 Uncaught Error: Received BraveNewsController_GetFeed_ResponseParams with invalid null field "feed"
at r.internal.Decoder.decodeStructInline (brave_new_tab.bundle.js:1956:12978)
at r.internal.interfaceSupport.InterfaceRemoteBase.onMessageReceived (brave_new_tab.bundle.js:1956:36230)
at r.internal.interfaceSupport.Endpoint.onMessageReceived (brave_new_tab.bundle.js:1956:31278)
at r.internal.interfaceSupport.Router.onMessageReceived_ (brave_new_tab.bundle.js:1956:28783)
at r.internal.interfaceSupport.HandleReader.read_ (brave_new_tab.bundle.js:1956:41093)
Expected result:
No exception; some kind of messaging/UX to remind the user to enable more sources?
Description
Indefinitely spinning loading graphic due to uncaught null feed parameter
Steps to Reproduce
Customize
Brave News
card/linkActual result:
Expected result:
No exception; some kind of messaging/UX to remind the user to enable more sources?
Reproduces how often:
100%
Brave version (brave://version info)
cc @petemill @mattmcalister @kjozwiak
The text was updated successfully, but these errors were encountered: