Server
NEXT_PUBLIC_APP_URL: http://localhost:30000
NEXT_PUBLIC_URL: http://localhost:30001
BACKEND_URL: http://localhost:30002
Client
BACKEND_URL (direct from client component): http://localhost:30002
NEXT_PUBLIC_APP_URL (direct from client component): http://localhost:30000
NEXT_PUBLIC_APP_URL (from server component to client component): http://localhost:30000