compdemocracy / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
719 stars 170 forks source link

Add localhost port 5010 to allowlist #1721

Closed Simon-Dirks closed 8 months ago

Simon-Dirks commented 9 months ago

When running client-report using npm start (and the remaining Polis components through docker), client-report starts on port 5010 by default, but can not reach the API (port 5000) due to allowlist issues, which in my case presented itself as CORS issues on the preflight.

ballPointPenguin commented 8 months ago

Good catch 😄