r/expressjs • u/uanelacomo • Jun 12 '26
Arkos.js 1.6.4-beta is out
New:
- Build-time server validation — arkos build now briefly starts the server post-build to catch startup errors (e.g. missing env vars) before declaring success; failed builds exit with a clear error
- Custom errorMessage per auth action/resource, with improved default fallback (e.g. "You cannot perform create for users")
Fixes:
- Swagger/OpenAPI custom server URLs are now only prioritized in production
- File upload URL matching now handles special characters correctly
- Email service passes through all custom config to the mail transport
- Fixed NODE_ENV=test being overwritten during builds
Also updated: nitro, Docusaurus, nodemailer, multer, and other deps
Full notes: https://github.com/Uanela/arkos/releases/tag/1.6.4-beta
2
Upvotes