Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

BUG: Forced into empty page instead of home page #126

Open
ChristopherA opened this issue Apr 1, 2022 · 1 comment
Open

BUG: Forced into empty page instead of home page #126

ChristopherA opened this issue Apr 1, 2022 · 1 comment

Comments

@ChristopherA
Copy link

There is some kind of bug with your did:github website as now whenever I go to https://github-did.com/, it instead takes me to an empty https://github-did.com/sign/new page rather go to the home page.

I'm using current Safari on macOS.

It appears to be some type of cookie issue, as when I manually delete the cookie I can now go to the home page.

If this is a Safari specific problem, you should give a warning or fail out with message of incompatibility.

@BenceSzalai
Copy link

BenceSzalai commented Nov 25, 2022

I had the same issue on macOS and latest Firefox, so it is not specific to Safari. Once /sign/new is visited each subsequent page load fails with:

 TypeError: t.data is null
    value DIDSigner.js:48
    React 20
    Redux 7
    a middleware.js:36
    Redux 4
    6322 App.js:14
    f (index):1
    5830 index.js:3
    f (index):1
    a (index):1
    e (index):1
    <anonymous> main.7f507c22.chunk.js:1

Only removing the local storage entry called persist:root and and navigating back to the site root helps.

Apparently /sign/new corrupts something.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants