Skip to main content

All Questions

0 votes
2 answers
2k views

Nuxt3 can't use readBody() in server directory

export default defineEventHandler(async (event) => { const body = await readBody(event) } at server/routes/webhook.post.ts I use Cloud Functions to put server. When POST request send to the ...
mmmchese's user avatar
0 votes
1 answer
1k views

Missing index.html in dist/browser after building Angular universal projects by running "npm run build:ssr"

After installing Angular universal by running: ng add @nguniversal/express-engine I went to build the project by: npm run build:ssr When I run serve the project with npm run serve:ssr Error appears:...
syahiruddin's user avatar
0 votes
1 answer
1k views

I can't deploy my function on firebse, app(us-central1) fail

Function URL (app(us-central1)): https://us-central1-yisus-portfolio.cloudfunctions.net/app Functions deploy had errors with the following functions: app(us-central1) To try redeploying ...
Jesus Berrio's user avatar
2 votes
1 answer
497 views

Firebase + Nuxt SSR - httpsCallable error "Headers is not defined"

Good morning all ! When using Firebase with a Nuxt application, I encounter problems when calling functions (httpsCallable) once deployed on Heroku. When calling from the server side (SSR) an error is ...
Jean-Christophe Perrin's user avatar
1 vote
1 answer
1k views

SSR React - Load Class Names Before bundle.js loads

I am attempting to create a SSR react app with Firebase hosting and Cloud Functions. My components are using className to declare classes. My server-rendered html does not include these, it only has ...
Matthew Rideout's user avatar