0👍
It appears that google rate limits calls to their services, because my referrer is localhost:port, the rate limit applies to all users accessing the API via localhost on the same port. Adding the referrerpolicy tag seems to help in development:
See this question for more info.
- [Vuejs]-Nuxt 3 SSR useFetch refetching data client side
- [Vuejs]-Vue.js failed to compile error using material design icons iconfont
Source:stackexchange.com