René's URL Explorer Experiment


Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide · GitHub

Open Graph Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide

X Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide

Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too blank white page. Attaching my package.jso...

Open Graph Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl...

X Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl...

Opengraph URL: https://github.com/angular/angular-update-guide/issues/257

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Routing not working on angular upgrade to 14 -\u003e 15","articleBody":"Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too blank white page. Attaching my package.json file after upgrade.\r\n\r\n{\r\n  \"name\": \"watchguard-it\",\r\n  \"version\": \"0.0.0\",\r\n  \"license\": \"MIT\",\r\n  \"scripts\": {\r\n    \"ng\": \"nx\",\r\n    \"postinstall\": \"node ./decorate-angular-cli.js \u0026\u0026 ngcc --properties es2020 browser module main\",\r\n    \"nx\": \"nx\",\r\n    \"start\": \"ng serve\",\r\n    \"build\": \"ng build\",\r\n    \"test\": \"ng test\",\r\n    \"lint\": \"nx workspace-lint \u0026\u0026 ng lint\",\r\n    \"e2e\": \"ng e2e my-products-ui-e2e\",\r\n    \"affected:apps\": \"nx affected:apps\",\r\n    \"affected:libs\": \"nx affected:libs\",\r\n    \"affected:build\": \"nx affected:build\",\r\n    \"affected:e2e\": \"nx affected:e2e\",\r\n    \"affected:test\": \"nx affected:test\",\r\n    \"affected:lint\": \"nx affected:lint\",\r\n    \"affected:dep-graph\": \"nx affected:dep-graph\",\r\n    \"affected\": \"nx affected\",\r\n    \"format\": \"nx format:write\",\r\n    \"format:write\": \"nx format:write\",\r\n    \"format:check\": \"nx format:check\",\r\n    \"update\": \"nx migrate latest\",\r\n    \"workspace-generator\": \"nx workspace-generator\",\r\n    \"dep-graph\": \"nx dep-graph\",\r\n    \"help\": \"nx help\",\r\n    \"server\": \"json-server --watch ./apps/my-products-ui/src/assets/mock-data/mock.json --port 8000\"\r\n  },\r\n  \"private\": true,\r\n  \"dependencies\": {\r\n    \"@angular/animations\": \"15.2.10\",\r\n    \"@angular/cdk\": \"15.2.9\",\r\n    \"@angular/common\": \"15.2.10\",\r\n    \"@angular/compiler\": \"15.2.10\",\r\n    \"@angular/core\": \"15.2.10\",\r\n    \"@angular/forms\": \"15.2.10\",\r\n    \"@angular/material\": \"15.2.9\",\r\n    \"@angular/platform-browser\": \"15.2.10\",\r\n    \"@angular/platform-browser-dynamic\": \"15.2.10\",\r\n    \"@angular/platform-server\": \"15.2.10\",\r\n    \"@angular/router\": \"15.2.10\",\r\n    \"@azure/msal-angular\": \"^3.0.7\",\r\n    \"@azure/msal-browser\": \"^3.4.0\",\r\n    \"@microsoft/applicationinsights-angularplugin-js\": \"^3.0.3\",\r\n    \"@microsoft/applicationinsights-web\": \"^3.0.5-nightly3.2310-08\",\r\n    \"@nrwl/angular\": \"15.8.0\",\r\n    \"rxjs\": \"^7.8.1\",\r\n    \"tslib\": \"^2.0.0\",\r\n    \"zone.js\": \"0.11.8\"\r\n  },\r\n  \"devDependencies\": {\r\n    \"@angular-devkit/build-angular\": \"15.2.10\",\r\n    \"@angular-eslint/eslint-plugin\": \"^14.0.4\",\r\n    \"@angular-eslint/eslint-plugin-template\": \"^14.0.4\",\r\n    \"@angular-eslint/template-parser\": \"^14.0.4\",\r\n    \"@angular/cli\": \"~15.2.10\",\r\n    \"@angular/compiler-cli\": \"15.2.10\",\r\n    \"@angular/language-service\": \"15.2.10\",\r\n    \"@nrwl/cli\": \"15.8.0\",\r\n    \"@nrwl/cypress\": \"15.8.0\",\r\n    \"@nrwl/eslint-plugin-nx\": \"15.8.0\",\r\n    \"@nrwl/jest\": \"15.8.0\",\r\n    \"@nrwl/linter\": \"15.8.0\",\r\n    \"@nrwl/node\": \"15.8.0\",\r\n    \"@nrwl/workspace\": \"15.8.0\",\r\n    \"@types/fs-extra\": \"^9.0.13\",\r\n    \"@types/jest\": \"29.4.4\",\r\n    \"@types/node\": \"18.7.1\",\r\n    \"@typescript-eslint/eslint-plugin\": \"5.42.1\",\r\n    \"@typescript-eslint/parser\": \"5.42.1\",\r\n    \"cypress\": \"^12.2.0\",\r\n    \"dotenv\": \"10.0.0\",\r\n    \"eslint\": \"8.15.0\",\r\n    \"eslint-config-prettier\": \"8.1.0\",\r\n    \"eslint-plugin-cypress\": \"^2.10.3\",\r\n    \"eslint-plugin-jest\": \"^26.1.0\",\r\n    \"eslint-plugin-jest-formatting\": \"^3.0.0\",\r\n    \"fs-extra\": \"^10.1.0\",\r\n    \"jest\": \"29.4.3\",\r\n    \"jest-environment-jsdom\": \"29.4.3\",\r\n    \"jest-fail-on-console\": \"^2.4.2\",\r\n    \"jest-jasmine2\": \"29.4.3\",\r\n    \"jest-preset-angular\": \"^12.2.2\",\r\n    \"json-server\": \"^0.16.3\",\r\n    \"ng-mocks\": \"^14.3.3\",\r\n    \"nx\": \"15.8.0\",\r\n    \"postcss\": \"^8.3.5\",\r\n    \"postcss-loader\": \"^6.1.1\",\r\n    \"prettier\": \"2.7.1\",\r\n    \"puppeteer-core\": \"^13.3.1\",\r\n    \"ts-jest\": \"29.0.5\",\r\n    \"ts-node\": \"10.9.1\",\r\n    \"typescript\": \"4.9.5\"\r\n  }\r\n}\r\nCan you please suggest where could i have gone wrong???","author":{"url":"https://github.com/samarthjain26","@type":"Person","name":"samarthjain26"},"datePublished":"2024-01-12T05:43:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/257/angular-update-guide/issues/257"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c2075507-971a-ab26-5e55-d19bc7f9eb38
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD2DC:1A7762:A288BF:DE015A:6A4C8DE7
html-safe-nonce0b39804cca427f7d3c48b3fc454d0d251a2153d7adb30dfee1369220cb0be0e3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMkRDOjFBNzc2MjpBMjg4QkY6REUwMTVBOjZBNEM4REU3IiwidmlzaXRvcl9pZCI6IjM4Mzc3NjcyMTMwODA0MTU3MTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace3022163a17058ae943c66db1aac2531858f613c72597f8760c7dbff244929a4
hovercard-subject-tagissue:2078111405
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-update-guide/257/issue_layout
twitter:imagehttps://opengraph.githubassets.com/55bdacec98a6628660c7d232f8ca3e9aad9d88a587cc4f8d7c0f7d0102e8f7d1/angular/angular-update-guide/issues/257
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/55bdacec98a6628660c7d232f8ca3e9aad9d88a587cc4f8d7c0f7d0102e8f7d1/angular/angular-update-guide/issues/257
og:image:altHey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesamarthjain26
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-update-guide git https://github.com/angular/angular-update-guide.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id84320616
octolytics-dimension-repository_nwoangular/angular-update-guide
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id84320616
octolytics-dimension-repository_network_root_nwoangular/angular-update-guide
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7a2dede45637df6b92ddcfe2a557e67d4b5854ae
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angular-update-guide/issues/257#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-update-guide%2Fissues%2F257
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-update-guide%2Fissues%2F257
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-update-guide
Reloadhttps://github.com/angular/angular-update-guide/issues/257
Reloadhttps://github.com/angular/angular-update-guide/issues/257
Reloadhttps://github.com/angular/angular-update-guide/issues/257
Please reload this pagehttps://github.com/angular/angular-update-guide/issues/257
angular https://github.com/angular
angular-update-guidehttps://github.com/angular/angular-update-guide
Notifications https://github.com/login?return_to=%2Fangular%2Fangular-update-guide
Fork 96 https://github.com/login?return_to=%2Fangular%2Fangular-update-guide
Star 249 https://github.com/login?return_to=%2Fangular%2Fangular-update-guide
Code https://github.com/angular/angular-update-guide
Issues 53 https://github.com/angular/angular-update-guide/issues
Pull requests 26 https://github.com/angular/angular-update-guide/pulls
Actions https://github.com/angular/angular-update-guide/actions
Projects https://github.com/angular/angular-update-guide/projects
Wiki https://github.com/angular/angular-update-guide/wiki
Security and quality 0 https://github.com/angular/angular-update-guide/security
Insights https://github.com/angular/angular-update-guide/pulse
Code https://github.com/angular/angular-update-guide
Issues https://github.com/angular/angular-update-guide/issues
Pull requests https://github.com/angular/angular-update-guide/pulls
Actions https://github.com/angular/angular-update-guide/actions
Projects https://github.com/angular/angular-update-guide/projects
Wiki https://github.com/angular/angular-update-guide/wiki
Security and quality https://github.com/angular/angular-update-guide/security
Insights https://github.com/angular/angular-update-guide/pulse
Routing not working on angular upgrade to 14 -> 15https://github.com/angular/angular-update-guide/issues/257#top
https://github.com/samarthjain26
samarthjain26https://github.com/samarthjain26
on Jan 12, 2024https://github.com/angular/angular-update-guide/issues/257#issue-2078111405
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.