talk icon indicating copy to clipboard operation
talk copied to clipboard

Need assistance in eliminating cors issues

Open Adrian-Samuel opened this issue 3 years ago • 3 comments

Hey!

I'm using the coral verison 4 docker-compose example found in the coral talks with no amendments: https://docs.coralproject.net/talk/installation-from-docker/

I'm consistently getting cors issues and I'm wondering how to resolve this.

Screen Shot 2021-05-07 at 1 26 06 PM

This final image shows the step I cannot move forward from due to the cors issues.

Screen Shot 2021-05-07 at 1 25 37 PM

I hope you can help!

Adrian-Samuel avatar May 07 '21 17:05 Adrian-Samuel

There are no such issues with the version 5 release, but I'm interested to see if there was something I didn't do correctly

Adrian-Samuel avatar May 07 '21 18:05 Adrian-Samuel

Hey @Adrian-Samuel, just a wild guess but have you tried 127.0.0.1:3000 instead of localhost? The error hints at that...

Apart from that, a really clean install - with all old containers removed - can help!

kenara avatar May 07 '21 18:05 kenara

You might need to update your TALK_ROOT_URL=http://localhost:3000 instead of TALK_ROOT_URL=http://127.0.0.1:3000 as the comment from @kenara makes sense.

wyattjoh avatar May 18 '21 15:05 wyattjoh