aragon / aragon-cli

CLI for creating and publishing Aragon apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter tutorial is not syncing data.

porobov opened this issue Β· comments

πŸ› Bug Report

Counter tutorial is not syncing data.

Have you read the Contributing Guidelines on issues?

  • Yes

To Reproduce

  1. run npx create-aragon-app myapp.aragonpm.eth
  2. wait for the browser to open
  3. open Counter app
  4. click increment/decrement counter button
  5. confirm the transaction

Expected behavior

Counter changes

Actual Behavior

The counter does not change.
While the transaction executes successfully and shows up in Activity.
Syncing data... notification stays forever
The initial value (42) does not load as well.

Chrome console:

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost:8001') does not match the recipient window's origin ('null').
o._write @ inpage.js:1
contentscript.js:1 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost:8001') does not match the recipient window's origin ('null').
o._write @ contentscript.js:1
about:srcdoc:32 Error from worker for aragon-upala-second(0xa1a7d254552beb05f15522eed93b54441e61d1d9) (loaded from http:////localhost:8001/script.js): undefined Event

Context

Mainnet or testnet?

Localhost

Organization

(Enter the URL or ENS name of your organization.)

Environment

  • OS and OS version: Ubuntu 18.04.4 LTS
  • Chrome Version 83.0.4103.116 (Official Build) (64-bit), Brave 1.10.97 Chromium: 83.0.4103.116 (Official Build) (64-bit)

Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚑