Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.58 KB

Purpose

The purpose of this tutorial was to solve an issue I faced when deploying a NextJS 14 Tutorial Project to Firebase Hosting. During development and when running the Firebase emulators, NextJS server actions worked and behaved as expected. However, when launched to Firebase Hosting, they no longer work.

When the same app bundle is deployed via Vercel hosting, it works as expected.

Here is the link to the issue on GitHub.

Below are the Tutorials that led to this mini project:

NOTE: I kept mentioning serverless functions as if NextJS is not serverless in this scenario when using server actions. They're both serverless scenarios, just different solutions. 🤦🏽‍♂️