Demo for UI bug in plausible CE v2.1
clickhouse | ||
.gitignore | ||
cleanup.sh | ||
docker-compose.yml | ||
plausible-conf.env | ||
README.md |
Steps to reproduce
1. Clone git repo
git clone https://git.tjdev.de/DrMaxNix/plausible-registerdemo
cd plausible-registerdemo
2. Maybe do data cleanup
If you did run the container before you can do a data wipe
./cleanup.sh
3. Start docker container
docker compose up --build
4. Open browser
- Open a browser of you choice (tested with firefox)
- Navigate to
http://127.0.0.1:8000/register
- Open browser developer tools
- Navigate to network tab under developer tools
- Reload page
- Find
101 Switching Protocols
Packet - Check its contained websocket log to see that ws is working
5. Trigger the error
- Enter any
Full Name
- Enter any
Email
- Anter any
Password
and type same intoPassword confirmation
- Click
Create my account ->
- Notice that the UI did not change
- Click
Create my account ->
again - Notice that the UI still didn't change
- Notice that under the
Email
input there is an error hint