-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Cloud Functions reports incorrect path #49
Comments
I just ran into this when it broke TypeORM config file resolution (app-root-path is a dependency of TypeORM). I think the reason it is breaking is that In case it helps, here are some (sanitized) values from the runtime of my Google Cloud Function:
Ultimately my workaround fix was to set the Perhaps a short-circuit (similar to the one already in place for AWS Lambda) could be implemented to disregard the fact that |
I seem to be running into the same issue trying to get TypeORM working with Serverless-Stack Live Lamda Development for AWS Lambda functions. |
I'm having a similar issue with
I have opened a PR (#55) to make esbuild play nice |
When deploying servererless insto Google Cloud functions - the app root reported is incorrect.
/layers/google.nodejs.functions-framework/functions-framework/node_modules/@google-cloud/functions-framework/build/src
/workspace
I'm not sure where to look to see what could be causing this, if I get time I will see what's going on and create a PR.
The text was updated successfully, but these errors were encountered: