Broadleaf Microservices
  • v1.0.0-latest-prod

Commerce Next.js Starter Release Notes for 1.5.8

Features & Enhancements

  • Support fetching user operations with an access token

    Note
    This feature requires the latest AuthenticationServices version from release train 1.8.7+ or 2.0.1+.
    • Introduce support for new environment variable NEXT_PUBLIC_FETCH_USER_OPERATIONS_WITH_ACCESS_TOKEN (defaults to false)

    • Initialize AuthProvider with the fetchUserOperationsWithAccessToken value matching the environment variable

Bug Fixes

  • Fixed handling of 404 response when resolving Content Items to prevent infinitely re-requesting the item.