Replies: 5 comments 5 replies
-
In addition to your note here, you should put this request on Firebase App Hosting's UserVoice page. We've been collecting a bunch of good requests there, and the voting there can help us figure out what to work on next! |
Beta Was this translation helpful? Give feedback.
-
Hey! I'm getting the same issue! |
Beta Was this translation helpful? Give feedback.
-
Funny enough I was able to make app hosting working with my mono repo angular SSR app few months ago |
Beta Was this translation helpful? Give feedback.
-
Hey all, Firebaser here. I'm excited to announce that we just landed our first monorepo support on App Hosting! You can now deploy Angular and Next.js projects managed by Nx by specifying the app directory as the We launched a guide to help you get started here: https://firebase.google.com/docs/app-hosting/monorepos Thanks for your interest in App Hosting and as always feel free to vote on what features you'd like to see on User Voice. That helps us prioritize what to focus on :) |
Beta Was this translation helpful? Give feedback.
-
I'm currently getting the same issue on angular ssr project running on angular v18.2.6, nx v19.8.0. Any solution? |
Beta Was this translation helpful? Give feedback.
-
The new Firebase App Hosting feature is really exciting!
Has anyone managed to get it working with monorepos? E.g. deploy a Next.js app to App Hosting, where the app uses code from other packages in the monorepo. In my testing, the pipeline is able to build my app, but fails when the Nextjs adapter does some post-build work with this error:
Error: Output directory is not of expected structure
I'm assuming that it's because monorepos are not officially supported yet.
Would love to hear if anyone else has tried this, and if anyone knows if it's on the roadmap!
Beta Was this translation helpful? Give feedback.
All reactions