Problem: Your device appears as offline in the Sulala dashboard even though the agent is running.
Solutions:
http://localhost:3000https://sulala.ai or your custom domainProblem: The agent reports an invalid API key error.
Solutions:
sul_Problem: The agent cannot connect to the server.
Solutions:
curl http://localhost:3000/api/health (or your server URL)localhost or 127.0.0.1Problem: Searches return no results even though files exist.
Solutions:
/Applications and ~/ApplicationsProgram Files directories/usr/bin, /usr/local/bin, /optProblem: The agent stops working unexpectedly.
Solutions:
npm install to update packagesflutter pub get to update dependenciesProblem: System tray icon doesn't appear or doesn't work.
Solutions:
Problem: Unable to build the agent for distribution.
Solutions:
node --version # Should be 18+
rm -rf node_modules package-lock.json
npm install
npm update electronflutter doctor
flutter clean
flutter pub get
Problem: File uploads to cloud storage fail.
Solutions:
If you're still experiencing issues: