Reputation: 143
I have a TeamCity server on the AWS and a free version of the YouTrack on the JetBrains cloud. I try to integrate the TeamCity issue log with YouTrack. I create a user with Admin rights and create a perm token for him.
But when I try to integrate into the Team City I receive an Error:
Error: Error on line 1: The markup in the document preceding the root element must be well-formed.
Screenshoot here: https://drive.google.com/file/d/1nVEOYeVnvBVUYiZ1xD85YPtRsw2BYYc2/view?usp=sharing
What I do wrong?
Upvotes: 0
Views: 130
Reputation: 11443
For YouTrack InCloud the correct server URL includes /youtrack
suffix, exactly as it's shown in browser address bar.
So instead of https://afj-solution.myjetbrains.com
it should be https://afj-solution.myjetbrains.com/youtrack
.
Upvotes: 1