Hi there
Expected behavior
No CORS issue
Failure Logs
header disallowed by preflight response
on CRUD operations
Context
Here are my CORS config on NestJs :
app.enableCors({
origin: true,
credentials: true,
preflightContinue: false,
optionsSuccessStatus: 204,
});
As you can see I don’t have any restrictions on headers so I don’t know why I have this error, surely concerning the Forest-Context-Url
header ?
Thanks
- Package Version: 8.2.8
- Express Version: 4.17.1
- Sequelize Version: 5.22.3
- Database Dialect: postgresql
- Database Version:
- Project Name: Swan Back-Office