green-hydrogen-40793
03/19/2025, 10:48 AMbrief-egg-61061
03/19/2025, 10:48 AMbrief-egg-61061
03/19/2025, 10:49 AMgreen-hydrogen-40793
03/19/2025, 10:49 AMbrief-egg-61061
03/19/2025, 10:52 AMbrief-egg-61061
03/19/2025, 10:52 AMgreen-hydrogen-40793
03/19/2025, 10:54 AMbrief-egg-61061
03/19/2025, 10:54 AMbrief-egg-61061
03/19/2025, 10:54 AMfirst_name
and last_name
from the data mapping resolved the issue. To fix this problem, you should: 1. Check your identity schema configuration and ensure it correctly maps the data from Google to your required traits. 2. Verify your Jsonnet configuration for the Google provider to ensure proper data mapping. 3. Consider temporarily simplifying your identity schema to identify if specific fields are causing the issue. For more detailed troubleshooting steps, refer to the [Social sign-in troubleshooting](https://www.ory.sh/docs/troubleshooting/troubleshooting-social-sign-in) documentation, which covers redirect loops and other common issues. If you continue to experience problems, you might want to check if there are any cookies that need to be cleared, as this was suggested in one of the similar cases. Would you like more specific guidance on how to adjust your identity schema or Jsonnet configuration?green-hydrogen-40793
03/19/2025, 5:11 PMbrief-egg-61061
03/19/2025, 5:11 PMbrief-egg-61061
03/19/2025, 5:11 PMfirst_name
and last_name
from the data mapping [GitHub Issue #236](https://github.com/ory/network/issues/236). Another maintainer comment indicates that the issue is often in the data mapper, where it can trigger a redirect to the same page on sign up without clear error messages [Kratos Discussion #3987](https://github.com/ory/kratos/discussions/3987). To resolve this issue, you might need to: 1. Check your Jsonnet configuration for the Google provider to ensure it correctly maps all required fields 2. Verify that all required traits in your identity schema can be properly populated from the Google data 3. Consider simplifying your data mapping temporarily to identify which specific field might be causing the issue If you're still experiencing problems, you might want to share your identity schema and data mapping configuration for more specific guidance. Would you like to share your current identity schema or data mapping configuration so I can provide more targeted assistance?