Redirect after migrating the Database to Cloud version to Standalone
I successfully imported the backup of our cloud version of YouTrack into my Standalone version.
My issue is that after trying to access it, it redirects to the cloud version:
I run it on my local address (on a custom port,8888)
http://[hostname]:[port]/
it redirects me to:
http://[companyname].myjetbrains.com/youtrack
(previously we had a custom url at Domain settings > Base Url, but I reverted it to the default, and then performed the database backup again.)
Is there any way to bypass/prevent the redirection or to change the settings to no redirection before running the database backup?
My issue is that after trying to access it, it redirects to the cloud version:
I run it on my local address (on a custom port,8888)
http://[hostname]:[port]/
it redirects me to:
http://[companyname].myjetbrains.com/youtrack
(previously we had a custom url at Domain settings > Base Url, but I reverted it to the default, and then performed the database backup again.)
Is there any way to bypass/prevent the redirection or to change the settings to no redirection before running the database backup?
Please sign in to leave a comment.
You have to update baseURL:
1. Open http://[hostname]:[port]/login
2. Login to your standalone YouTrack
3. Goto /settings page
4. Click "Guess URL" for Base URL field and click "Save"