mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

RWP Members site is broken on mobile (iOS) #571

Closed aaga closed 1 year ago

aaga commented 1 year ago

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.

aaga commented 1 year ago

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

Closing as duplicate of #473