Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The development-tools component must be installed before you can use this dashboard. Once the plugin is installed navigate to http://HOSTNAME:PORTNUMBER/runtime/server/dev-dashboard/. The following dashboard should appear:

Table of Contents

Info
titleJWT Authentication

When using the Development Dashboard with the JWT Authentication Provider, all requests more go trough the Gateway Service instead of directly approaching the Runtime. More information can be found here.


Start a project via the development dashboard

...

  • Select the project in the branch that you are working in
  • Select the flow
  • Select the language
  • Select the theme (default is forms)
  • Optionally select a test path
  • Optionally configure request parameters
  • Press start
  • A new tab or window should appear with the selected project

...

When the configuration of Blueriq has been changed, you will need to reload the configuration. The execution of this task has an impact for all projects and users on this server and can result in a temporary lack of server performance.

 

H2 Console

For development purpose you can use the H2 Console to query the database. This only works when you are using a H2 database in development. Other database connection cannot be used in the H2 Console.

...