When attempting to set the latest app binary as the live production build on the application submissions build page in the Developer Dashboard, a GraphQL error 1675030 occurs. The error happens when the OCDevManageApplicationSubmissionBuildBinaryMutation operation fails, causing the form to display "Error performing query." despite correctly showing the new version selection. The issue originates from RelayGraphQLRequestUtils.createErrorFromPayload in the Relay runtime, indicating a problem with the GraphQL query or mutation process.
When attempting to update the text description fields on the submission metadata page in the Developer Dashboard application submission flow, changes fail to save or submit for review. The GraphQL mutation OCDevManageApplicationSubmissionMetadataNameMutation returns an error code 1675030 with the message "Error performing query." This issue originates in Relay's GraphQL request handling layer, indicating a problem with how the update request is being processed.
Saving draft metadata for a platform services add-on fails repeatedly in the Developer Dashboard. The GraphQL mutation OCDevManagePlatformServicesAddOnMetadataEnableAdvancedModeModalMutation returns error code 1675030 with message "Error performing query." This issue occurs on the add-on metadata configuration page when attempting to enable advanced mode, consistently failing on each save attempt and preventing users from persisting draft changes to add-on metadata.
The World Broadcast page in the developer dashboard is failing to load due to a GraphQL rate limit error, specifically error code 1675004 indicating 'Rate limit exceeded' on the OCDevManageWorldsWorldBroadcastRouteHandlerQuery operation. This error occurs in the OCDevManageWorldsWorldBroadcastRouteHandler component, resulting in a generic error message being displayed to the user instead of the page rendering properly.
An issue occurs when attempting to modify audience attestation settings via the useOCDevManageAppAudienceAttestationMutation operation on the app builds management page. The app submission is blocked in the Developer Dashboard due to a GraphQL error 1891841 during audience attestation mutation. The error indicates that the submission is in an "Under comment" or "Approved" state, but the UI does not reflect this status correctly. As a result, the developer is unable to complete age verification or make changes to the app build, and the submission appears stuck in review for an extended period.
A GraphQL operation error occurs on the worlds management page in the Developer Dashboard, specifically with the OCDevManageMarkAllNotificationsAsReadButtonMutation, resulting in a server-side error with code 1357010. Additionally, users experience issues with the 3D generator feature not functioning and updates failing to link between the Oculus system and desktop application.
The OCDevManageOnboardingOrganizationCardMutation operation fails with error code 1675030 ("Error performing query") when interacting with organization card functionality during the onboarding flow on the Developer Dashboard. The error originates in the Relay network layer, specifically in RelayGraphQLRequestUtils.createErrorFromPayload during API request response handling, indicating a problem with the Relay network layer's ability to process the query response.
A GraphQL mutation failure occurs when attempting to enroll in a promotion through the Developer Dashboard promotions page. Specifically, the OCDevManageOrganizationSalesNewCalendarTableActionButtonMutation operation fails with error code 1675030 ("Error performing query"). The error is thrown from Relay's GraphQL request utilities, indicating a server-side query execution failure rather than a client-side issue. This failure prevents developers from completing promotion enrollment actions.
In the Developer Dashboard, links in support team emails, including "View Case" and "Contact", are not functioning as expected. Instead of navigating to the support case details or the developer support contact interface, clicking these links redirects to the apps page. This prevents users from accessing or continuing communication with the developer support team through the intended navigation paths.
When an admin attempts to verify an organization on the Developer Dashboard verification page, the process fails with GraphQL error 1891871. This error occurs because the admin has already reached the maximum limit of verifying five organizations. The error message from the mutation OCDevManageOrganizationIndividualVerificationAgreementModalAddToResponsiblePartyMutation suggests three possible resolutions: remove admin verification from another organization, have a different admin verify, or use business verification instead.