dwitter-net / dwitter-frontend

Social network for short js demos, frontend for github.com/lionleaf/dwitter
https://beta.dwitter.net
Apache License 2.0
23 stars 13 forks source link

Doesn't work with cookies disabled #131

Open joeytwiddle opened 2 years ago

joeytwiddle commented 2 years ago

Steps to reproduce

  1. Use Brave browser on Android (or perhaps any browser)
  2. Under site settings, select "block all cookies"
  3. Visit Dwitter Beta

Observed

Page remains blank. No content appears.

Notes

Brave does warn that disabling cookies will break some sites. So it's a risk taken by the user.

I'm guessing it's some react library that needs cookies. I'm curious which one it is, and whether there is a workaround.

(But I'm on vacation now, and using mobile, so I can't even see the console messages.)