Hi guys!! This is my first post so let me first applaud your efforts in making this amazing product
I’m facing an issue here I downloaded the latest peruse dev browser 0.5.1 for linux and I’m running Ubuntu 16.04.
I use these commands to start the browser from terminal:
- export NODE_ENV=dev
- ./peruse --mock
The browser successfully launches in mock routing mode but when I try using SAFE web API playground and use safeApp.authorise() function it works for the first time and I get a popup to accept or decline the permission.
But after I refresh the page and do that again it just keeps on loading the circle and nothing happens even if I try it on other local websites the safeApp.authorise() function does nothing. When running the browser without mock routing this problem does not occur. Thanks in advance!!