I have a Ghost site at https://msclouddeveloper.com However, the navigation links point to an azurewebsites.net address. But in the Ghost CMS the correct custom domain is shown (msclouddeveloper.com). The websiteUrl appsetting is also set correctly. What could be wrong? I've already restarted the app service.
Related Questions in GHOST-BLOG
- Adding Code Other Than Header/Footer in Ghost
- File manager for Ghost CMS
- Where to put custom Handlebars functions in Ghost CMS?
- Get GhostCMS custom theme settings via Ghost Content API
- Not able to get posts from 'tryghost' with Axios error
- Ghost with Docker for theme development, CMS fails loading files
- file uploads to my origin server using cloudflare workers are failing
- Ghost Blog: Issues Updating Node Version
- How to change subdomain - blog.app.com to main domain subdirectory - app.com/blog for a Ghost CMS self hosted site?
- How to get styling for Ghost (Headless CMS) Blog post while fetching data using Content API from next.js
- Insert with Form from Convertkit in one line
- Ghost on K3S cluster - Error ID 500 Error: connect ETIMEDOUT
- K3S multi node clsuter - application not accessible . gateway time out error
- How to only list primary tags in Ghost sidebar
- Importing static HTML content with large number of images/Jupyter notebook to Ghost blog post
Related Questions in GHOST
- Can configure Git to always merge changes to a file in one branch to different files in another?
- nginx subdomain configuration example.com/blog
- How run ghost on Google App Engine
- Using environment variables in Ghost v1 config
- Selenium Ghost browser unexpected exited status 0
- Add htaccess to a Ghost project
- Nested numbered lists in Ghost blog
- Ghost theme static webpage
- Ghost CMS Heroku new theme added by git not displaying
- Error running ghost on Windows 10
- Error when running ghost docker image second time
- Get internal tags in Ghost
- How add push notification service on ghost blog?
- Ghost CMS navigation goes to non-custom domain
- Adding Application Insights to Ghost
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Don't know if I missed this when reading the setup guide for custom domains, but you need to add two AppSettings:
Then restart the App service. What could also be an issue is the environment setup you have enabled. See this documentation for more info https://docs.ghost.org/docs/config For custom domain SSL links to work you need to have the production environment enabled. You set this in the file iis-node.yaml I believe. But it was already correct in my case.