Estoy configurando un nombre de host diferente (que no sea localhost) para mi aplicación de reacción, y luego hago npm start que no funciona.
Attempting to bind to a HOST environment variable: og.local If this was unintentional, check that you haven't mistakenly set it in your shell. Learn more here: https://cra.link/advanced-config Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. - options.allowedHosts[0] should be a non-empty string.este es el sistema Linux y ya he editado mi archivo de hosts para servir esto es lo que hice en el archivo package.json
"start": "HOST=og.local react-scripts start",