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
Stencil Pull would match all configuration keys to their setting on the connected environment and update the local config file
Actual behavior
A custom boolean key was not synced with pull command causing issues with presentation on site.
Steps to reproduce behavior
Custom config key named "disable_algolia" is positioned last in main settings and each variant. It is set to false locally and true on site. Pull command updated other keys but not this key.
Environment
Stencil-cli version stencil --version: 7.5.2
Node version node -v: 18.16.0
NPM version npm -v: 9.5.1
OS: Windows 10 Pro version 22H2
The text was updated successfully, but these errors were encountered:
Expected behavior
Stencil Pull would match all configuration keys to their setting on the connected environment and update the local config file
Actual behavior
A custom boolean key was not synced with pull command causing issues with presentation on site.
Steps to reproduce behavior
Custom config key named "disable_algolia" is positioned last in main settings and each variant. It is set to false locally and true on site. Pull command updated other keys but not this key.
Environment
Stencil-cli version
stencil --version
: 7.5.2Node version
node -v
: 18.16.0NPM version
npm -v
: 9.5.1OS: Windows 10 Pro version 22H2
The text was updated successfully, but these errors were encountered: