This page demonstrates the individual driver portal URL routing system.
relialimo.com/driver-portal.html?driver_id={driver_id}relialimo.com/driver/{driver_id} (auto-converts to query param)relialimo.com/portal/{driver_id} (auto-converts to query param)relialimo.com/{driver_id} (if looks like UUID)relialimo.com/driver-portal.html#driver-{driver_id} (for bookmarks)Each driver gets their own personalized portal URL that they can:
To set up a new driver portal:
const driverPortalUrl = `https://relialimo.com/driver/${driver.id}`;
This URL will automatically route to their personalized portal interface.