You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build-time server validation: arkos build now briefly starts your server after building to catch startup errors (e.g. missing required env vars) before declaring the build successful. Failed builds now exit with a clear error.
Custom permission error messages: set a custom errorMessage per auth action/resource; permission-denied responses use your custom message, with an improved default fallback (e.g. "You cannot perform create for users").
Fixes
Swagger/OpenAPI custom server URLs are now only prioritized in production.
Fixed file upload URL matching to correctly handle special characters in upload routes/filenames.
Email service now correctly passes through all custom email configuration options to the mail transport.
Fixed an issue where NODE_ENV=test could be unintentionally overwritten during builds.
Dependency Updates
Updated nitro, Docusaurus, nodemailer, multer, and various other dependencies to their latest versions.