BrandOriented / PimcoreCiHubConnector

This bundle adds full integration between Pimcore and CI-HUB Connector. Now you can add, delete and download all assets, lock and unlock, get all versions for specified asset and much more.
https://brandoriented.io/
Other
5 stars 6 forks source link

Assets are not loaded in inDesign #22

Closed betterapp closed 4 months ago

betterapp commented 4 months ago

Pimcore version(s) affected

11

Description

We have Pimcore 11.1.5 with CI-HUB and Rest bundle installed. We have inDesing with CI-HUB plugin installed. We have configured connection between them.

But we do not see any assets in inDesign.

image

image

image

image

How to reproduce

Just install everything and test

Possible Solution

No response

Additional Context

No response

betterapp commented 4 months ago

I think this is related with ES index

betterapp commented 4 months ago

https://github.com/BrandOriented/PimcoreCiHubConnector/blob/master/docs/00-installation-configuration.md

Is this is working configuration ? I have a problem with it:

There is no extension able to load the configuration for "datahub_rest_adapter"
Looked for namespace "datahub_rest_adapter", found ""framework", "security", "twig", "twig_extra", "monolog", "doctrine", "doctrine_migrations", "cmf_routing", "scheb_two_factor", "fos_js_routing", "flysystem", "knp_paginator", "debug", "web_profiler", "pimcore_admin", "pimcore_data_hub", "webpack_encore", "blackbit_data_director", "pimcore_web_to_print", "pimcore_file_explorer", "pimcore_elasticsearch_client", "pimcore_system_info", "advanced_object_search", "pimcore_simple_backend_search", "pimcore_perspective_editor", "admin_styles_management", "color_picker", "convert_blocks", "completeness_rules", "dynamic_layouts", "pimcore_tinymce", "pimcore_custom_reports", "output_data_config_toolkit", "web2_print_tools", "snc_redis", "nelmio_api_doc", "simple_rest_adapter", "pimcore", "pimcore_ci_hub_adapter"

when I change datahub_rest_adapter to simple_rest_adapter I get Unrecognized option "es_hosts" under "datahub_rest_adapter". Available options are "asset_provider", "data_object_provider", "es_client_name", "index_name_prefix", "index_settings", "max_result".

betterapp commented 4 months ago

datahub_rest_adapter should be replaced to simple_rest_adapter

es_hosts:
        # Default:
        - localhost

should be replaced with

es_client_name: default

but we need to have of course default config for it

pimcore_elasticsearch_client:
    es_clients:
        default:
            hosts: ['localhost:9200']