mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
b501820899
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.