FirebaseExtended / FirebaseExtended/action-hosting-deploy

Possibility to Deploy SSR (Next.js) app with github action

Open
#265 9 comments 11 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
809
Forks
232
PR merge metrics
No merged PRs in 30d

Description

### The use case you're trying to solve

I have my GitHub action config generated alongside with setting up webframeworks support
for SSR app (Next.js). When I deploy the app manually it all works as expected, but when using FirebaseExtended/action-hosting-deploy it leads to getting 404 for all dynamic pages (while static content works fine).

A quick search on this topic showed up that this GitHub action doesn't yet support deploying of Cloud Functions, that's why all the dynamic part of the app is being constantly lost during deployment. But since everything is being deployed correctly, seems Previews already support dynamic content through Cloud Functions.

### Change to the action that would solve that use case

There is already a potential fix for this in opened PRs:
https://github.com/FirebaseExtended/action-hosting-deploy/pull/190

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.