API error adding CORS

When adding a new CORS entry and trying to save, I get the following error:

SQLSTATE[23000]: Integrity constraint violation: 19 cors_config.created_date may not be NULL (SQL: insert into “cors_config” (“origin”, “path”, “method”, “enabled”, “header”, “max_age”, “created_by_id”) values (*, *, 0, 0, *, 0, 1))

Admin Application Version: 2.0.4
DreamFactory Version: 2.0.2

Issue fixed when updated to DF 2.0.3.

1 Like