Smartr. AI Docs
  • Introduction
  • Get Started
  • Environment Setup
    • Essentials
    • Set up your Smartr. Gateway
    • Connect to your Smartr. Gateway
    • Configure your SQL Server Instance
  • Create Your First App
    • Create a Workspace
    • Create an Instant App
Powered by GitBook
On this page
  1. Environment Setup

Connect to your Smartr. Gateway

Once you have set up the Smartr Gateway, the next step is to connect it to the Smartr UI. So the Smartr platform can communicate with your local environment through the configured gateway.

PreviousSet up your Smartr. GatewayNextConfigure your SQL Server Instance

Last updated 6 months ago

These steps are essential to ensure that Smartr can communicate with your local environment and build your project with you.

Steps to Connect to the Gateway


1

Access the Gateway Connection Settings:

  • In the Smartr UI, click on the "Gateway URL Not Set" button in the top-right corner of the dashboard.

2

Enter the Gateway URL:

  • Based on the port you configured earlier (e.g., ), enter the URL in the following format:

http://localhost:[SMARTR_GATEWAY_PORT]
  • Replace [SMARTR_GATEWAY_PORT] with the port you specified during the gateway setup.

Example: http://localhost:3000

  • Click "Save" to test the connection.

3

Verify the Connection:

  • If the connection is successful, the indicator will change to "Gateway Online" with a green status, as shown below:

  • If the connection fails, verify that your gateway is running and that the URL is correctly entered.

Gateway Setup