You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce the bug using the example added in #1826
Make a copy of the resync method and name it resync2. In the copied method, replace the lines
How to reproduce the bug using the example added in #1826
Make a copy of the
resync
method and name itresync2
. In the copied method, replace the lineswith
Add the following code at the end of
AfterInit
method (at line 129):Then build and run the example.
The log of the last resync transaction contains the following:
There should be no executed operations.
This shows that the
LINK
scope has not been properly configured or retrieved.Investigate other scope options, including the site which should be IPv6 only.
The text was updated successfully, but these errors were encountered: