Alex K
04/08/2022, 9:39 AMKishore Nallan
04/08/2022, 9:41 AMAlex K
04/08/2022, 9:42 AMKishore Nallan
04/08/2022, 9:42 AMKishore Nallan
04/08/2022, 9:42 AMKishore Nallan
04/08/2022, 9:43 AMAlex K
04/08/2022, 9:44 AMKishore Nallan
04/08/2022, 9:45 AMAlex K
04/08/2022, 9:45 AMKishore Nallan
04/08/2022, 9:46 AMAlex K
04/08/2022, 9:46 AMAlex K
04/08/2022, 9:47 AMKishore Nallan
04/08/2022, 9:47 AMAlex K
04/08/2022, 9:47 AMAlex K
04/08/2022, 11:29 AMKishore Nallan
04/08/2022, 11:35 AMAlex K
04/08/2022, 11:37 AMKishore Nallan
04/08/2022, 11:38 AMKishore Nallan
04/08/2022, 11:38 AMAlex K
04/08/2022, 11:58 AMAlex K
04/08/2022, 12:07 PMAlex K
04/08/2022, 12:08 PMKishore Nallan
04/08/2022, 12:25 PMKishore Nallan
04/09/2022, 1:29 AM--api-address=0.0.0.0
Kishore Nallan
04/09/2022, 2:08 AMAlex K
04/09/2022, 5:42 AMKishore Nallan
04/09/2022, 5:46 AMAlex K
04/09/2022, 6:52 AMAlex K
04/09/2022, 6:53 AMAlex K
04/09/2022, 6:53 AMKishore Nallan
04/09/2022, 7:16 AMAlex K
04/09/2022, 7:18 AMAlex K
04/09/2022, 11:04 AMKishore Nallan
04/09/2022, 12:10 PMAlex K
04/09/2022, 2:46 PMKishore Nallan
04/10/2022, 3:08 AM--enable-cors=true
which the argument parsing library that Typesense uses does not support. In trying to fix that, ended up introducing a bug where any flag sent after the enable-cors option becomes interpreted as a value of the enable-cors flag, so when your command is:
--enable-cors --api-address=0.0.0.0
it set the enable-cors value as "`--api-address=0.0.0.0`" 🤦
Until I fix this parsing issue in a future build, please use --enable-cors=true
so it's explicit.