-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - cannot connect to Backoffice services on self-hosting ballerine #2089
Comments
Is there any progress on this? I have just setup the docker image and I have the same CORS error on all platforms |
@sarshad01 @ludmorales experiencing that also but using ip only, cors pointing to localhost origin were resolved by updating envs on
to container/server ip but when attaching domain via nginx proxy, I'm receiving cors errors |
@WFA-juliver @ludmorales I investigated it further and it seems like the CORS issue comes only from one service : workflows-service. The reason it appears is not actually related to origin, but because the container keeps restarting due to an error, here's the log of the workflows-service container Loading environment variables from .env |
same error on my end, I'm stuck on this part. I'm not sure how to fix this part, this shows upon logging the container |
any luck? |
Upon deploying ballerine on ec2 instance. I tried accessing ballerine and i see the following. However, the same steps worked a week back
Back office:
Workflow-dashboard:
KYB-APP:
The text was updated successfully, but these errors were encountered: