LTroya
Explore posts from serversExclude pages from nested routes
Hi guys,
Is there a way to isolate pages in nested layouts?
Example:
[category]/data-reports/forecast - nested route
[category]/data-reports/prices - nested route
[category]/data-reports/forecast/[id] - not nested route
[category]/data-reports/prices/[id] - not nested route
Also, I tried:
- Using the app/router.options.ts but it seems to override all my routes
- Using the pages:extend hook, however, file routing seems to have priority over that hook.
Maybe I am missing something, not sure if the support for this property can help to achieve this: #29366
I will appreciate any help or hint 🙏
11 replies
CDCloudflare Developers
•Created by LTroya on 7/16/2024 in #pages-help
Nuxt 3.12.3 "Error: Failed to publish your Function. Got error: Unknown internal error occurred"
I am upgrading my Nuxt app from 2.17 to 3.12.3 and I getting this error when I tried to deploy my app
Attached the logs. Is there anything I can do to fix it?
9 replies
CDCloudflare Developers
•Created by LTroya on 4/18/2023 in #pages-help
Cloudflare pages deployment stop working all of sudden
6 replies
Package.json updates for Nuxt 3 migration
Hi guys,
By any chance anyone knows what are the
package.json
changes we need to do in order to migrate Nuxt 2 to Nuxt 3 without using Nuxt Brigde?
Or does the only dependency to update is "nuxt": "^2.15.3",
to the Nuxt 3 latest version?
Kind regards,
Luis.8 replies