SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

auth-upgrade : login page do not display #60

Closed bourgeoa closed 3 years ago

bourgeoa commented 3 years ago

Only LOGIN title is displayed.

[DOM] Found 2 elements with non-unique id #state: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" name=​"state" id=​"state" value=​"d1b979c62fe54a28bd57f72de745a35b">​ <input type=​"hidden" name=​"state" id=​"state" value=​"d1b979c62fe54a28bd57f72de745a35b">​

image

timea-solid commented 3 years ago

@bourgeoa can you pls add to the context of the issue: when did this occur? On what actions?

bourgeoa commented 3 years ago

The messages [DOM] Found 2 elements with non-unique id #state can be seen at every login.

bourgeoa commented 3 years ago

Can't reproduce the login page do not display. May have been resolved with latest patch on logout.

timea-solid commented 3 years ago

The messages [DOM] Found 2 elements with non-unique id #state can be seen at every login.

This comes from the node-solid-server login page views (see https://github.com/solid/node-solid-server/blob/v5.1.6/default-views/auth/auth-hidden-fields.hbs) which might be removed. Depends on resolution of: https://github.com/solid/node-solid-server/issues/1619

timea-solid commented 3 years ago

With the new auth flow, the [DOM] Found 2 elements with non-unique id #state messages are gone.