avanzarit-in
avanzarit-in
Added the following cors: allow_origin: - "*" allow_methods: "PUT, GET, POST, DELETE, PATCH" allow_headers: "content-type, x-grpc-web, total, page, x-csrf-token" expose_headers: "total, page, x-csrf-token" allow_credentials: true but still getting CORS error....
API calls to create user, symbol and asset do not persist data into database. I see a database created in the backend but no data gets persisted into it.
I am running docker container on wsl Ubuntu 18. Do I have to perform a Port mapping when running the docker command?