设置 AWS amplify 环境变量时出错,但构建中没有出现任何内容。如何解决?

Error in setting up AWS amplify environment variables, but nothing appears in build. how to fix it?

我正在使用 aws amplify 环境变量如下,但没有在反应前端获取设置变量。我遵循了各种 Whosebug 教程并最终得到了这个。我在进行更改后重建项目,但没有用.. 非常感谢您的帮助

似乎我需要在 create-react-app 的每个环境变量上添加 REACT_APP_。 例如:REACT_APP_MUNICIPALITY_NAME,

参考:How to add environment variables to AWS amplify?