CommunitySolidServer / CommunitySolidServer

An open and modular implementation of the Solid specifications

Home Page:https://communitysolidserver.github.io/CommunitySolidServer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking "Authorize" Button too early leads to error page

angelo-v opened this issue · comments

Environment

  • Server version: 7.0.1
  • Node.js version: v20.7.0
  • npm version: 10.1.0

Description

After log in when clicking the "Authorize" Button really soon (before async the page content like application name and WebID) is fully loaded) CSS shows an error page stating "Not implemented" as shown in this screenshot:

f4bfe36ffb36651b0cd4a8b4a799b6bccdabbd58

Here is a video from an automated e2e-test that shows this behaviour:

b82e99610411221a2c556ba0712c4fcbae51123b.webm

Expected behaviour: The "Authorize" button should not be clickable until everything that is needed to proceed has been loaded.

The "Authorize" button should not be clickable until everything that is needed to proceed has been loaded.

That's indeed what we should do, on this and several other pages.

That was quick, thank you!