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
On Index.ts
Right at the beginning, when we check for DB configuration
The log is wrongly placed (it prints when DB_URL is set, while it should be the opposite):
OCEAN_NODE_LOGGER.warn(
`Missing or invalid property: "${ENVIRONMENT_VARIABLES.DB_URL.name}". This means Indexer module will not be enabled.`
)
The text was updated successfully, but these errors were encountered:
On Index.ts
Right at the beginning, when we check for DB configuration
The log is wrongly placed (it prints when DB_URL is set, while it should be the opposite):
The text was updated successfully, but these errors were encountered: