Check that your proxy is connected to our service.
We recommend setting up a test proxy pointing to our Staging environment (https://staging.govisibly.com/
) before creating your final proxy for our Production environment (https://www.govisibly.com/
).
To test your initial implementation, check that:
- The root path in your browser (e.g.
https://yoursubdomain.yourdomain.com/
orhttp://yoursubdomain.yourdomain.com/
) renders ourhttps://staging.govisibly.com/
page and the browser location bar shows your hostname. If you're using a self-signed certificate then you'll need to bypass the security exception. - The sign up link renders our
https://staging.govisibly.com/signup/new
page and the browser location bar showshttps://yoursubdomain.yourdomain.com/signup/new
. - The authentication is working properly via your proxy after signup. If successful, you should be redirected to our initial onboarding page and your browser location should be
https://yoursubdomain.yoursite.com/onboarding/purchase_intent
.
Once fully integrated, account creation and authentication will happen transparently from the user's perspective. See Sessions and Authentication for more information.