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
However, when starting the Node.js server, I get the following error, suggesting that the configuration is not quite correct:
[WebServer] Error: Unleash Repository error: feature.strategies should be an array, but was undefined, feature.enabled should be an boolean, but was undefined
[WebServer] at Repository.validateFeature (/Users/jan-nicklas/Entwicklung/contacts/node_modules/unleash-client/lib/repository/index.js:88:25)
Here is the features part of the exported json file:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I'm using the Export → Bootstrap feature to mock Unleash flags for automated CI/CD tests.
However, when starting the Node.js server, I get the following error, suggesting that the configuration is not quite correct:
Here is the features part of the exported json file:
Is there an error on my side or with the Export/Import feature?
Beta Was this translation helpful? Give feedback.
All reactions