🔍 Icon Testing

Material Symbols Test:

handshakehandshake (should be an icon)
event_busyevent_busy (should be an icon)
homehome (should be an icon)
starstar (should be an icon)

Font Family Direct Test:

handshake star home
handshake star home (normal text font)

CSS Class vs Inline Style Test:

CSS class:home
Inline style:home

Frontend-BFF Connection Test

Test the connection between the frontend and the workforce-portal-bff service using server actions.

Connection Tests

Environment Info

Environment: production
Expected BFF URL: http://workforce-portal-bff.lastmile.svc.cluster.local

Test Results

No tests run yet. Click the buttons to test the connection.

Note: This page tests the connection between the Next.js frontend and the FastAPI workforce-portal-bff service.

  • The frontend uses server actions to communicate with the BFF
  • Environment variables control which BFF URL is used
  • In development: http://localhost:8080
  • In staging/prod: http://workforce-portal-bff.lastmile.svc.cluster.local