HelloGitHub-Team / geese

采用 Next.js 构建的开源爱好者社区。An open-source enthusiast community built with Next.js.
https://hellogithub.com
Apache License 2.0
296 stars 72 forks source link

跨域问题 #107

Closed re-doc closed 1 year ago

re-doc commented 1 year ago

本地启动跨域,截图如下 屏幕截图 2023-05-12 225708

521xueweihan commented 1 year ago

@re-doc

跨域问题:请检查前端服务启动端口为:3000、host 为 localhost、127.0.0.1 图片无法展示:在本地 hosts 文件末尾添加一行 127.0.0.1 dev.hg.com,随后访问 http://dev.hg.com:3000/

re-doc commented 1 year ago

解决了,修改上面的两条后,还需要关闭代理或者配置代理规则