Markus Tanner

Results 3 comments of Markus Tanner

`resetServerContext();` seems to work if reactStrictMode is disabled in next.config.js. But that's not really a solution.

I had the same behaviour. Then I found out that the changes in the AppDelegate were missing (see chapter configuration in the readme). In our case, the AppDelegate is written...

I think the onSuccess callback won't work in redirect mode. As you navigate away from the page, the callback won't be invoked when you get back to the page. Maybe...