talk
talk copied to clipboard
Need assistance in eliminating cors issues
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.
This final image shows the step I cannot move forward from due to the cors issues.
I hope you can help!
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
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!
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.