Direct Backend Test - SSL Bypass

SSL Issue Solution: Manual Testing

Since SSL is causing issues, let's test your backend manually:

  1. Open a new tab and visit: https://localhost:7000/api/health
  2. Copy the response and paste it in the text area below
  3. Test wallet creation by visiting: https://localhost:7000/api-docs
  4. Use the exact payload shown below in Swagger

Backend Health Check Response

Paste the JSON response from https://localhost:7000/api/health here:

Wallet Creation Test Payload

Use this exact payload in Swagger at: https://localhost:7000/api-docs

POST /api/wallets/create { "walletType": "EMAIL", "ownerAddress": "0x107C5655ce50AB9744Fc36A4e9935E30d4923d0b", "dataHash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "ipfsHash": "QmDirectTestWallet2025", "dataSize": 2048 }

Wallet Creation Response

Paste the response from the wallet creation API call here:

Next Steps Based on Results