Adding TeamCity widget in a dashboard in HUB
Hello,
when i try to select a project from the TeamCity widget an error occurs :
and the TeamCity service is already registered :
i have also added to the TeamCity internal properties :
rest.cors.optionsRequest.allowUnauthorized=
true
rest.cors.origins=<dashboard hostname>
Did i misconfigure something?
Thanks for reply.
Please sign in to leave a comment.
Hello again i think it's an issue with CORS, i am using NGINX.
I have the same issue. TeamCity and Hub are both behind IIS used as a reverse proxy.
I hadn't correctly configured the CORS setup. It's working for me know.
How did you do?
I just did what the documentation told me to do :)
As you did, I added
rest.cors.optionsRequest.allowUnauthorized=
true
rest.cors.origins=<dashboard hostname>