Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix route URL generation for single domain scenario #213

Closed
jeevatkm opened this issue Aug 28, 2018 · 1 comment
Closed

Fix route URL generation for single domain scenario #213

jeevatkm opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels

Comments

@jeevatkm
Copy link
Member

The goal is to fix route URL generation for single domain. In v0.11.0 hassle free configuration for non-dev profile #163 introduced, that brought this bug.

Current: //localhost[:port]/[path]

Expected: //correctdomainname[:port]/[path]

Workaround till this bug fix gets released; is to define domain mapping in prod profile (or in appropriate profile):

prod {
  routes {
    domains {
      <config-section-name> {
        host = "<your-domain-name>"
        port = "<port-no>"  
      }
    }
  }
}
@jeevatkm
Copy link
Member Author

Fixed 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant