Radek

Results 3 comments of Radek

Quick and temporary solution - remove the line below ( // REMOVED => ) ` setValue: function(value, initial) { var self = this; value = value || {}; ``` if(typeof...

I already solved the problem - kinda :) What helped in my case was to remove `undefined` from TS type and then it started pulling up the values. Thanks for...

Hi @Martinsos ! Thank you for reply. ``` Maybe DATABASE_URL isn't picked up? ``` I've put some shortcuts in my original question eg env.server - it is actually `.env.server`. Sorry...