cortezaproject / corteza

Low-code platform
https://cortezaproject.org
Apache License 2.0
1.64k stars 375 forks source link

Seeking Assistance with Corteza Discovery Issue #1916

Open amanr11314 opened 2 months ago

amanr11314 commented 2 months ago

Is there an existing issue for this?

Version of Corteza

2023.9

Current Behavior

I am also able to go till the discovery page.

but on search not getting any results. and console error pops up.

Also, I am not able to click on any of the options.

For creating discoverer role, I followed through this documentation: https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/discovery/index.html#_indexer_role

image

Expected Behavior

I want to be able to interact with corteza discovery with its various options like namespace, module, record etc.

Steps To Reproduce

No response

Environment and versions

########################################################################################################################
# General settings
DOMAIN=127.0.0.1:18080  # Local domain for the Corteza server
VERSION=2023.9.0
########################################################################################################################
# Database connection
DB_DSN=postgres://corteza:corteza@db:5432/corteza?sslmode=disable  # Local PostgreSQL connection
########################################################################################################################
# Server settings
# Serve Corteza webapps alongside API
HTTP_WEBAPP_ENABLED=true
HTTP_WEBAPP_LIST=admin,compose,workflow,reporter,discovery
########################################################################################################################
# Server Discovery configs
DISCOVERY_ENABLED=true
DISCOVERY_DEBUG=true
DISCOVERY_CORTEZA_DOMAIN=http://127.0.0.1:18080
DISCOVERY_BASE_URL=http://127.0.0.1:18080/discovery
CORTEZA_SERVER_BASE_URL=http://server:80

ES_ADDRESS=http://es:9200
ES_INDEX_INTERVAL=300
HTTP_ADDR=0.0.0.0:80

# Bind HTTP service to all interfaces on port 80

# Corteza Discovery indexer configuration
DISCOVERY_INDEXER_ENABLED=true
DISCOVERY_INDEXER_PRIVATE_INDEX_CLIENT_KEY=409121937894146060  # Replace with actual private key
DISCOVERY_INDEXER_PRIVATE_INDEX_CLIENT_SECRET=FeywRM0NahoIZGdjZQQRJkOPmfW2aeCXyJ9lUhwS1Plyq36MzwCS1vB9kNuLXhWa     # Replace with actual secret
# Corteza Discovery searcher configuration
DISCOVERY_SEARCHER_ENABLED=true
DISCOVERY_SEARCHER_CLIENT_KEY=409121937894146060  # Replace with actual client key
DISCOVERY_SEARCHER_CLIENT_SECRET=FeywRM0NahoIZGdjZQQRJkOPmfW2aeCXyJ9lUhwS1Plyq36MzwCS1vB9kNuLXhWa  # Replace with actual client secret
DISCOVERY_SEARCHER_JWT_SECRET=dbd20d918949dba90d4804a61391806ee78d497beeae705794dc0b9e366535fc
#FeywRM0NahoIZGdjZQQRJkOPmfW2aeCXyJ9lUhwS1Plyq36MzwCS1vB9kNuLXhWT  # Replace with actual JWT secret
#https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/discovery/index.html#data-visibility
DISCOVERY_SEARCHER_ALLOWED_ROLE=discoverer  # Replace with actual allowed role

Anything else?

No response

github-actions[bot] commented 12 hours ago

Stale issue message