My Homepage is Empty

Memrise wasn’t restored for me. My homepage is still completely blank and has been that way for several days.

Maybe this fixes it: Web Bug: Course List on Dashboard empty (Firefox)

You’ll more likely get a reply if you post there.

Hi, I moved this topic to a new thread.

We released a fix for this yesterday, could you tell us if your screen is still empty?

Sorry this is off-topic, and probably nothing you can fix, but my most important concern will always be speed of loading of reviewing sessions. At the moment my internet is absolute shit. I can’t connect to any foreign website from China because my latency is so high (I assume) and even if my VPN manages to not disconnect for a while it takes a few minutes to load a 25 word reviewing session. This is only during certain hours though, at other times it is better.

Ah @Arete_Hime, @Xephers , can you try my approach one more? it should work for you.

window.localStorage.clear()

We have moved away from using localStorage. You should execute that command and start using it like normal. We released a fix for not storing analytics information in SnowPlow. If you still have the snowplow, you have to remove it using the above command, to free up any memory in localStorage.

@Xephers, I am in your dashboard. It looks very nice. Good work.

The thing you can try is to run:

window.localStorage.clear()

Then refresh you dashboard.

Or if you are want more optimal solution, you should go to your localStorage and delete snowplow session. After you are done, you should end up with sth like this

Remember to refresh the page after you do that