mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
The /tmp directory on the demo server isn't writable by the relay user, causing the verification step's cookie file to silently fail. This meant the /api/state request had no session cookie and returned 401, making the node count check report 0 nodes. Use $HOME instead of /tmp for the cookie file path.