对于重复访问的访客:我知道所有类似的问题,但是我的问题不能解决
我正在本地开发一个React应用,我的代码如下:
<Script
url={`https://maps.googleapis.com/maps/api/js?key=${process.env.REACT_APP_GOOGLE_PLACES_API_KEY || ""}&libraries=places` }
onLoad={ this.handleScriptLoad }
/>
但我仍然得到:
Google Maps JavaScript API错误:RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error 您要授权的网站网址:http://localhost:3000/
我已经等了2个多小时
答案 0 :(得分:-1)
不是本地主机
需要您的IP
例如)123.12.1.123:3000
答案 1 :(得分:-1)
答案 2 :(得分:-2)
尝试不带端口;这对我有用:
http://localhost