- Do not throw in onError callback for server client. This lets the originating error bubble to Next.js. - Do not log errors inside the service token procedure, server client onError callback will log all procedure errors. - Log errors for fetching service token failure.