-
Notifications
You must be signed in to change notification settings - Fork 69
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
Website registry link does not take the thyra running port into account #280
Comments
Why is that important? Not sure to understand :/ |
I checked and the changes required to fix this issue will not touch anything related to plugins. |
Hey @thomas-senechal could you explain me how to test this please? :) |
Hi @SlnPons ! So, to test the fix, I think you should do it in 2 times. First, check if Thyra is running normally by running
Thyra should be accessible on You can check if everything is working fine with other ports too, you just have to make sure to replace the port in the URLs. I'm still available if you have any question 👋 |
Hey @thomas-senechal thanks a lot for your explanations. Very clear.
(ps: I tried with another port ex: 1234 and same behaviour, thyra is accessible but no website is) |
After checking with @thomas-senechal, the error I experienced was due to the version of thyra I was using (thyra install with the install script instead of thyra install with Go). Now that I have tested with thyra install with Go, everything is working well. |
For example if i run thyra with "-http-port 8080"
the xflappy url should be
http://xflappy.massa:8080/
instead of
http://xflappy.massa/
The text was updated successfully, but these errors were encountered: