mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #1081] SSR + Firebase Functions Error 500 #785
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#785
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jofftiquez on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1081
Describe the bug
I followed the instructions/examples here: https://quasar.dev/quasar-cli-webpack/developing-ssr/ssr-production-export#example-firebase-function
I uploaded the functions successfully, as we as the corresponding hosting setup. However when I access the deployed app and/or functions I am getting the following error:
I also used
"@quasar/app-webpack": "^3.5.3",as the docs mentionedTo Reproduce
Steps to reproduce the behavior:
dist/ssrsrc-ssr/production-export.jsfileExpected behavior
The app should work as intended
Screenshots


System
^2.6.0prodAdditional context
production-export.js
firbase.json
@jofftiquez commented on GitHub (Jun 14, 2022):
It seems this is not a problem with Quasar, I managed to make it work with a fresh simple project. Apparently it has to do with the imports within the app as discussed here. I still haven't figured out what's wrong with my work but I will update it here. Thanks.
@jofftiquez commented on GitHub (Jun 14, 2022):
OMG this is the wrong quasar. HAHAHAHA. My bad, I was supposed to open an issue to quasar framework. 😅