rpc/v1 for polling

This commit is contained in:
Matt Hill
2026-03-06 11:25:03 -07:00
parent 8b89f016ad
commit a4bae73592

View File

@@ -286,7 +286,7 @@ export default class SuccessPage implements AfterViewInit {
while (attempts < maxAttempts) { while (attempts < maxAttempts) {
try { try {
await this.api.echo({ message: 'ping' }, this.lanAddress) await this.api.echo({ message: 'ping' }, `${this.lanAddress}/rpc/v1`)
return return
} catch { } catch {
await new Promise(resolve => setTimeout(resolve, 5000)) await new Promise(resolve => setTimeout(resolve, 5000))