我正在尝试让 cljs repl 正常工作。但是我在 chrome 的 js 控制台中收到以下错误-
Unsafe JavaScript attempt to access frame with URL http://0.0.0.0:3000/ from frame with URL http://localhost:9000/repl? ....... Domains, protocols and ports must match.
我在 clj repl 中使用(ring.util.serve/serve app)
. 这会打开一个浏览器http://0.0.0.0:3000
如何解决跨域问题?