Skip to main content

Verify Sparrow Deployment

After configuring and launching your Sparrow services, follow the steps below to verify that the deployment was successful:

Step 1. Check Service Domains

  • Open a browser and visit each configured domain. (e.g., https://sparrowapp.test.com, etc.)

    Webapp

  • Ensure each service loads correctly and displays the expected interface or health response (for backend service).

Step 2. Verify SSL Certificate

  • In the browser address bar, confirm that each domain uses HTTPS and shows a secure lock icon.

  • Click the lock icon to view certificate details and confirm it's issued by Let's Encrypt.

Step 3. Test API Endpoints

Use tools like curl, Sparrow, or a browser to hit the API and Auth endpoints.

  • Example: curl https://sparrowapi.test.com/health

The response should indicate the service is running (e.g., 200 OK, status: healthy, etc.).