Hello,
Please check all of the following:
1. Go to Wallets -> Adapters. There should be at least one coin adapter with status “Responding”.
2. Check for any JavaScript errors in your browser’s console. If there are any errors (not warnings), these can interfere with the frontend knockout.js templates and thus prevent the views from rendering. Fix any errors and disable plugins that have JavaScript errors.
3. It is possible that one of your server-side caches has retained a stale copy of the HTML or JSON API. Try clearing your server-side cache, if any. If this is the root of the problem, the cache can be configured to work with the plugin. Please let me know which cache was causing the issue and I’ll be able to help.
4. Disable any HTML minifiers/optimizers. These are known to cause this issue. The plugin relies on HTML comments which many optimizers are stripping away.
Please let me know if the problem is resolved by one of these things or not.
with regards
Alex