You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
I think this is a great project, thanks for creating it!
I've implemented both the pedestal version and the ring version locally, connecting to GCP Cloud SQL via the Google's cloud sql proxy. Both work locally. Unfortunately, when deploying via Google Cloud Build they fail due to AOT trying to connect to the Cloud SQL instance, which isn't available at build time.
I have a suspicion the AOT error would be alleviated if the project used something like Component or Mount.
Any chance you can create a demo project which shows how to use this with Component or Mount?
The text was updated successfully, but these errors were encountered:
I think this is a great project, thanks for creating it!
I've implemented both the pedestal version and the ring version locally, connecting to GCP Cloud SQL via the Google's cloud sql proxy. Both work locally. Unfortunately, when deploying via Google Cloud Build they fail due to AOT trying to connect to the Cloud SQL instance, which isn't available at build time.
I have a suspicion the AOT error would be alleviated if the project used something like Component or Mount.
Any chance you can create a demo project which shows how to use this with Component or Mount?
The text was updated successfully, but these errors were encountered: