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

A Unique Domain for a specific conference? #2690

Open
1 of 2 tasks
cycomachead opened this issue Aug 17, 2020 · 2 comments
Open
1 of 2 tasks

A Unique Domain for a specific conference? #2690

cycomachead opened this issue Aug 17, 2020 · 2 comments
Labels
bug 🐛 Something is wrong and needs to be fixed

Comments

@cycomachead
Copy link
Contributor

cycomachead commented Aug 17, 2020

I'm submitting a ..

  • Bug Report
  • Feature Request

This is more of a question than a request, but will OSEM work alright if I point two different domains at the same app? It seems like this should be fine.

Would it then be possible to redirect domain-a.com to one conference and domain-b.com to a second? It's not critical functionality, but it would be cool.

@cycomachead
Copy link
Contributor Author

I think there may be a bug in how the current functionality is written.
This should be supported by setting custom_domain on each conference. However, in routes.rb

  constraints DomainConstraint do
    root to: 'conferences#show'
  end

comes after the block handling the default conference when it seems like it needs to come before.

@hennevogel hennevogel added the bug 🐛 Something is wrong and needs to be fixed label Mar 7, 2021
@AndrewKvalheim
Copy link
Member

Related: #1599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something is wrong and needs to be fixed
Projects
None yet
Development

No branches or pull requests

3 participants