Stuart Bourhill
Stuart Bourhill
# Fix: Add Explicit Dependencies for Admin Interface Packages ## Problem Our build process breaks because the admin interface imports packages that aren't explicitly declared in `apps/backend/package.json`. These dependencies were...
tl;dr: Database migrations should run at deployment time, not build time, to avoid race conditions and build failures. --- ## Remove database migration from Dockerfile build step ### Problem The...
Use buildHostAddress for seller invite registration_url to fix incorrect domain in invitation links
## Summary This PR updates the default value for the `registration_url` in the seller invitation schema to use the `buildHostAddress` utility. Previously, the invitation link always pointed to localhost, regardless...