config.json in Velo Pagage (via Wix Blocks)

Hi, I am having problem configuring my package created in Wix Blocks.

The package has the default config.json. I install the package on the website, edit the “local” config file (at this point it is called [packagename]-config.json. But still the default package values are loaded, not the ones relevant to the website…

This is how it looks on the website… So this is the installed package, you can see the values being pulled from the config and logged. Even though i have changed the values on the website’s zasilkovna-config.json, the logged values are the default ones from the package…

I can use the secret manager to get around it, but I would like to make it work the config.json way. Maybe I’m not getting something, but I tried this according to the tutorial (the config.json path and “zasilkovna-config.json” are both changed automatically after the installation of the package)

Yes, the getConfig needs to include the @username/packagename (for the first build, it will be added automatically)

I believe it can be a bug, @avivfa

btw also this happens in Wix Blocks editor…