opendax
opendax copied to clipboard
CORS Error
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. Please help