You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app behaves as expected when run on firebase emulators but not when deployed to hosting. SSR function is generated in both emulators as well as deployment.
[REQUIRED] Environment info
firebase-tools: 13.0.2
Platform: macOS
[REQUIRED] Test case
Deploying Next js app with form and server actions
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
Should work exactly as in the emulator, i.e. pressing Submit button calls backend function(server action) which does process request.
[REQUIRED] Actual behavior
Pressing Submit button doesn't call backend function(server action)
The text was updated successfully, but these errors were encountered: