Albin K Mathew
Albin K Mathew
from env_setup import create_firestore_db firestore_region = "us-central1" # This is already defined in your config.ini create_firestore_db(firestore_region) FileNotFoundError Traceback (most recent call last) Cell In[9], line 4 1 from env_setup import...
Frontend Build Success but dist Folder Missing on Cloud Build, Leading to Unavailable Hosting Page
The frontend application (Angular) successfully passes the Cloud Build process, resulting in a STATUS: SUCCESS for the build and deployment to Firebase Hosting. However, upon navigating to the deployed Hosting...
The Open Data QnA application successfully generates SQL queries and natural language responses. However, despite the backend (opendataqna Cloud Run service) returning the generated JavaScript chart data (js_chart), the visualization...