-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
[REQUIRED] Environment info
The one from: https://github.com/FirebaseExtended/action-hosting-deploy/tree/v0/ as I'm deploying with Github Actions. I guess it's the latest.
Platform: Linux
[REQUIRED] Test case
- See the following public repo: https://github.com/gusarov-studio/langfast/tree/boilerplate
- I've followed all of the steps from the official guideline: https://firebase.google.com/docs/hosting/frameworks/nextjs
- I've configured a simple rewrite rule to external destination in next.config.ts
- All requests to any external destination rewrites fail with 504 Gateway Timeout
[REQUIRED] Steps to reproduce
I've depoyed the app temporarily for you:
- Simply go to: https://langfast--pr1-boilerplate-akkcei85.web.app/studio or https://langfast--pr1-boilerplate-akkcei85.web.app/replay-xF5c/script.js
[REQUIRED] Expected behavior
The target external destinations are successfully proxied through the Cloud Function that Firebase creates automatically.
[REQUIRED] Actual behavior
504 Gateway Timeout error
