-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
OrleanDashboard is not working with Orleans 3.7.1 #407
Comments
Thanks for reporting this! Could you explain how it doesn't work - does the dashboard not start? Do you get an error? |
In our program,dashboard is basic config just like your introduce,just port is customize,such as *: 8066 |
Not sure if it is the same issue? I am using orleans 3.7.1 + dashboard 3.6.2(selfHost=false), I got a lot of errors on the front-end
|
Your problem may be in local network,I have test the same version as you(3.7.1 for orlean and 3.6.2 for orleandashboard),when I worked in local network or private environment, occured the same problem as you.But if I changed it in public network ,it's work fine. |
Ok I think the issue is because I enable CSP in my web server. |
We updated orlean component to version 3.7.1,orlean dashboard component also had been updated to version 3.1.0
But we found orlean dashboard is not working,how to solve it?
Our framework is .Net Core 3.1
this is our code for loading dashboard
.UseDashboard(options => { options.CounterUpdateIntervalMs = 30000; })
Especially,we found it's working fine with orlean version equal or below 3.5.1.
So counld you help us to solve it with orlean 3.7.1.
Thanks
The text was updated successfully, but these errors were encountered: