ran icon indicating copy to clipboard operation
ran copied to clipboard

Issues Deploying to Google Cloud Functions on Firebase.

Open shsunmoonlee opened this issue 8 years ago • 2 comments

I am trying to deploy Ran.js to google cloud functions on firebase. I followed this tutorial(https://codeburst.io/next-js-on-cloud-functions-for-firebase-with-firebase-hosting-7911465298f2) but I get 'internal server error'. Would appreciate your help!

hosting URL: https://next-js-react-wordpress.firebaseapp.com Function URL (next): https://us-central1-next-js-react-wordpress.cloudfunctions.net/next

shsunmoonlee avatar Dec 20 '17 12:12 shsunmoonlee

Hey @SeunghunSunmoonLee!

I never use it for firebase function, actually. So I need to test it first. If you find the way to work this while I try, It can be perfect to tell us how to do! I can add it to documentation.

Sly777 avatar Jan 02 '18 18:01 Sly777

@SeunghunSunmoonLee Did you check in your Firebase Console what the function return? You'll find more information inside the console : https://console.firebase.google.com/u/0/project/{your-project-name}/functions/list

Hope it will help you!

JulienHe avatar Mar 08 '18 00:03 JulienHe