Skip to content

Setting OR_HOSTNAME with OR_APP_DOCROOT continues to redirect to localhost #2661

@Ekhorn

Description

@Ekhorn

User Story

As a developer I want to be able to use OR_APP_DOCROOT with OR_HOSTNAME, so that I can serve the UI without running npm run serve (or a manager Docker container) from another host.

Description

Run the following to see that it redirects to localhost after login.

gradle clean installDist
OR_HOSTNAME=my-host OR_APP_DOCROOT=manager/build/install/manager/web gradle run

Acceptance Criteria

  • 1. After login you should be redirected to the specified host in OR_HOSTNAME when using OR_APP_DOCROOT.

Implementation Notes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions