CoreCORSOn this pageCORSConfigurationsrc/config/cors.tsexport default { origin: '*', allowMethods: ['POST'], credentials: true,};