mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RWP Members site is broken on mobile (iOS)

aaga opened this issue · comments

RWP no longer loads on iOS (haven't tested Android). Tested on Chrome, Firefox, and Safari.

Blank page is displayed. In Chrome console (chrome://inspect) I see these two lines logged repeatedly:

ERROR AssertionError [ERR_ASSERTION]: Duplicate initialization detected.
ERROR A client-side exception has occured, see here for more info: https://nextjs.org/docs/messages/client-side-exception-occurred

Seems this issue may have been introduced with NextJS, since I remember the mobile site working not that long ago.

This seems to be the same issue as not working on Safari.

Closing as duplicate of #473