-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Articulate 5.0.1 causes all node URLs except the homepage to return 404 not found #432
Comments
What root nodes do you have then with all of these starter kits? Do you have multiple root nodes? Do you have domains defined for them? There can only be a single root node without a domain assigned in Umbraco. |
Have seen same issue on a previous working 5.0.0 site, two root nodes, first node has domain / culture assigned, second node nothing assigned (container for content blocks and settings). Uninstall of 5.0.1 and reverting to 5.0.0 allows rest of site to render. Have not looked into further as yet. |
Same issue happening with version 5.0.1 as @gavinfaux |
@khraibani exactly the same? 2 root nodes, one domain assigned, or something different? |
bump ArticulateRouteValueTransformer route order reference Shazwazza#432 (comment)
@MartinAmsinck Thanks for suggested fix, our site working fine now, PR submitted. Unsure how to debug/list route order to verify if 1000 is optimal. |
@Shazwazza I was running
|
…-node-urls- #432 all nodes except the homepage return 404
@khraibani are you running in Umbraco Cloud? I tweeted about this a while back https://twitter.com/Shazwazza/status/1720142890901684630 and had to ship 5.0.1 to make it work for the virtual routes. |
@Shazwazza no its a local version of Umbraco (self hosted) should that make a difference? |
Hey there, we encountered this issue today while adding v5.0.1 of Articulate to an Umbraco Cloud site running v13.0.3 of the CMS. Using v5.0.0 instead resolves the issue. |
I too had the same issue. I found that the pages were available if I added // after the base domain i.e. https://localhost:44372//Page-name. Notes to help debug if needed:
|
I've encountered this issue too and the // after the base url does mean the pages load e.g. https://localhost:44310//articles/latte-art/ |
We are seeing this same issue with 5.0.1. Our solution was to downgrade to 5.0.0 which has fixed the issue. |
Had the same issue Umbraco CMS 13.2.2, Articulate latest version, One root node |
really sorry for the accidental delay in getting these shipped as part of releases, I though this was already done 🤦♂️🤦♂️ 5.0.2 and 5.0.3 are now shipped. I'm not sure if those 'fix' this issue but hopefully will help some folks, I still need to replicate locally |
Thanks this is now fixed when using 5.0.3 |
Articulate 5.0.1 causes all node URLs except the homepage to return 404 not found.
Tested using Umbraco.TheStarterKit and OskiStarterKit in Umbraco v12.3.3 and v13.0.0 RC2
After removing Articulate 5.0.1 and rebuilding the solution, node URLs function as expected.
The text was updated successfully, but these errors were encountered: