Floris van Geel

Results 19 comments of Floris van Geel

This is actually not a bug but a (marketing) feature, we see it defined [here](https://github.com/RocketChat/Rocket.Chat.Electron/blob/b4aeef45bdfb7b0b74375697543cc6c9c83ad866/src/urls.ts#L18) the client make a query to this json endpoint and starts nagging in toasters, then...

If you set the environment variables [properly](https://youtu.be/JIr9aMTiCWo?list=PLee3gqXJQrFXRW6hZWGUM2pMKQejChDeI&t=961) for the registration fields needed in this wizard then the option environement flag to `OVERWRITE_SETTING_Show_Setup_Wizard=completed` should still be [available](https://github.com/search?q=repo%3ARocketChat%2FRocket.Chat+Show_Setup_Wizard&type=code&p=1) in 6.5.0

Seems this issue can be closed. Thank you for the continuous great work @Rocket.Chat Team.

true, there is no 'substantial changes' between 6.5.4 and 6.6.0 so no migrations needed. This combination of client (app) [enforced upgrades](https://github.com/RocketChat/Rocket.Chat.Electron/blob/bdcc4347aadca79c7df8ba04615dcf49940bfbb9/src/servers/supportedVersions/main.ts#L86) (current

> @florisvangeel that is an interesting approach, how do you change the reported version for the API? adjusting the contents from /api/info? yes i still need to test this method...

> @florisvangeel k, thanks! I am pondering if I should provide a "customized" /api/info on the reverse proxy for electron clients in the future (minimumClientVersions). Not sure if i would...

@amsnek i like your idea to tackle this for the time being in the proxy serving a single [json](https://open.rocket.chat/api/info) statically on /api/info buys us some time to fix this properly.

instead of `npm install` you run `yarn`. instead of `npm run serve` you run `yarn serve` and so on for other defined commands under npm more stable on dependencies and...