Debugging Tools

To improve development efficiency, RelayApp supports debugging functionality, allowing you to test application features without directly publishing online.

Debugging environment requirements:

  • Ensure RelayX and development device are on the same network

  • Local web server must be running (such as nginx, Apache, or Node.js development server)

Debugging steps:

1

Start Local Service

Use nginx or other web server to start the RelayApp page locally.

2

Get Local Access Address

After startup, obtain the local network IP address and port.

Example address: http://192.168.1.100:8080
3

RelayX Debug Configuration

  • Open RelayX application

  • Enter developer mode

  • Find debugging function entry

  • Input local service address: http://192.168.1.100:8080

After entering the link, you can open the local RelayApp and start debugging testing.

Debug RelayApp Instructions

Debug RelayApp address: 1GpfkLXuSoNaArx9Xe3HDyXN9HkPQ4f4Yv

The debug RelayApp also supports testing for Self Service functionality, providing Self Service API call permissions to facilitate developers testing Self Service related features. Note that the debug RelayApp only provides API call permissions; the corresponding service-key needs to be maintained and managed by developers themselves.

chevron-rightSelf Service API certificate (provided by debug RelayApp)hashtag
{
    "content": "eyJhZGRyZXNzIjoiMUdwZmtMWHVTb05hQXJ4OVhlM0hEeVhOOUhrUFE0ZjRZdiIsImRhdGEiOiI4IiwiZXhwaXJlZCI6MTc5MDIyODgzNjUzMCwidmVyc2lvbiI6MX0=",
    "signature": "IBcZNZNStJyup7KruNCp5Wu3/neqxjlINufArbAeaJJSALM7aKXjCqEYuDiHfbY9VLB9aWhxmdpo4H8iJl8VuoQ="
}
circle-exclamation

Through the debugging functionality, developers can test RelayApp features and interactions with RelayX in real-time during development, greatly improving development efficiency and debugging experience.