Xinyu Zhou
Results
2
comments of
Xinyu Zhou
same error :(
hi, same problem. in neuron_viewer/src/requests/paths.ts try this: ``` export function getActivationServerUrl(): string { if (process.env.NEURON_VIEWER_ACTIVATION_SERVER_URL) { return process.env.NEURON_VIEWER_ACTIVATION_SERVER_URL; } return "http://localhost:8000"; } #change 0.0.0.0 into localhost ``` maybe you're using...