has anyone else been having issues with `refresh: ...
# general
c
has anyone else been having issues with `refresh: "always"`option after the latest version upgrade? I’m getting the following error in my projects with this config:
Copy code
error: could not get cloud url: could not load current project: 1 error occurred:
	* #/options/refresh: expected boolean, but got string
v
Looks like it's expecting a Boolean, so true or false rather than “always”
c
v
Looks good mate