Content published The document does not have a URL, possibly due to a naming collision with another document. More details can be found under Info

Every time I try and publish a page I keep getting the following issue

“Content published

The document does not have a URL, possibly due to a naming collision with another document. More details can be found under Info.”

I have taken the site back to the very 1st back up with only TINY MCE and SEO tools installed and I am still seeing the same error.

Can any one advise what going on I have updated to latest version of umbraco 17 but still seeing the same thing.

Hi @darrenhunterEmerald

What does the Info tab look like when you check it for an affected content node? Do you have one more more hostnames set that could be causing an URL clash?

Edit - Just seen your screenshot - it wasn’t there when I started replying initially.

Can you check your hostnames under the home node?

Justin

Also, is your home node published and does that have a link in the Info tab?

Also, do you have anything in the log viewer?

Here a screen shot

Home Node:

Content Page

There nothing I can see in the log file.

Hi @darrenhunterEmerald ,

If you’re seeing nothing in the logs that means it’s considering the page as published. Can you please try the following:

  • Go to the Settings section in the Umbraco backoffice.
  • Click on Published Status.
  • Click Rebuild Database Cache.
  • Wait for it to complete, then click Reload Memory Cache .
  • Check the Info tab again to see if the link generated.

Also this:

  • Test: Temporarily disable or uninstall the SeoToolkit package.
  • Stop the application.
  • Go to /umbraco/Data/TEMP/NuCache and delete the umbraco-nu.cache and umbraco-nu.list files.
  • Restart the application.
  • If the links immediately appear, the issue is a routing conflict within SeoToolkit. You will need to wait for a patch from the package author or roll back to a native routing setup.

Hope it helps!

1 Like

I removed Our.Umbraco.InvisibleNodes and it fixed the problem.

1 Like

Interesting, I don’t know what that package does… at least you found a solution.