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
there are many data in the progresql database. and they are also got and listed in the dataset viewer page.
however, it can not be returned to the visualization page. and the result is null from the function load_ingested_areas() in visualization file.
can you help me to solve this problem?
The text was updated successfully, but these errors were encountered:
Please activate the Data Cube virtual environment source ~/Datacube/datacube_env/bin/activate
and then enter the Django console cd ~/Datacube/data_cube_ui python manage.py shell
and then run the following function, which should update the cache import apps.data_cube_manager.tasks as dcmt dcmt.update_data_cube_details()
there are many data in the progresql database. and they are also got and listed in the dataset viewer page.
however, it can not be returned to the visualization page. and the result is null from the function load_ingested_areas() in visualization file.
can you help me to solve this problem?
The text was updated successfully, but these errors were encountered: