Dominik Myszkowski
Dominik Myszkowski
Guys, set the fetchPolicy: 'network-only', it should work then, I had the same problem. `const { refetch } = useQuery(MY_QUERY, { variables: { myVar }, onCompleted: data => { console.log('on...
The same issue is for any React Native project which is being tested on Mobile device/emulator (not only IOS) on version > 3.5.10. The web version of native project is...
Guys, set the fetchPolicy: 'network-only', it should work then, I had the same problem. And better switch to: useLazyQuery instead of polling if it is possible.
UPDATE: I tried Resyncing dozens of times, still no effect. The resyncing problem occurs again and again each time and my BSQ funds are still categorized under: "Available non-BSQ balance...
> [#7464 (comment)](https://github.com/bisq-network/bisq/issues/7464#issuecomment-2979749858) Thanks for the response. I did what You proposed but still the problem persists and resyncing the DAO hangs up at one block (block nr 881661)
Looks like my problem resolved finally. I followed @MwithM advice (rebuild from resources with additional command when starting Bisq) and then restarted a few times (a few times resyncing DAO...