Testing connection to Typesense server at http://localhost:8108... Warning: Could not connect to Typesense server. HTTP Code: 0 Please make sure your Typesense server is running. You can start it with: ./typesense-server --data-dir=./data --api-key=xyz --enable-cors Generating search-only API key... ❌ Failed to generate key. HTTP Code: 0 cURL Error: Failed to connect to localhost port 8108: Connection refused Response: Possible issues: 1. Typesense server is not running 2. Wrong host/port configuration 3. Network connectivity issues To start Typesense server: ./typesense-server --data-dir=./data --api-key=xyz --enable-cors