Error when inviting team member

Application ID: 4F036E66-2926-B11C-FF1F-741011904C00
Error UID: 60201F48-EC01-7409-FF6D-B71428AFCB00

Backendless encountered an error while handling the request. An internal trouble ticket with ID 60201F48-EC01-7409-FF6D-B71428AFCB00 has been created and we will be investigating the issue.
Error while committing the transaction
javax.persistence.RollbackException: Error while committing the transaction
	at org.hibernate.internal.ExceptionConverterImpl.convertCommitException(ExceptionConverterImpl.java:81)
	at org.hibernate.engine.transaction.internal.TransactionImpl.commit(TransactionImpl.java:104)
	at com.backendless.datamodel.dao.AbstractTransaction.commit(AbstractTransaction.java:103)
	at com.backendless.datamodel.main.dao.MainJpaTransaction.executeSync(MainJpaTransaction.java:154)
	at com.backendless.datamodel.main.dao.MainJpaTransaction.executeSync(MainJpaTransaction.java:98)
	at com.backendless.datamodel.dao.JpaTransactionService.lambda$executeMain$0(JpaTransactionService.java:62)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
	Suppressed: java.util.concurrent.ExecutionException: javax.persistence.RollbackException: Error while committing the transaction
		at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
		at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
		at com.backendless.async.UncheckedCompletableFuture.getUnchecked(UncheckedCompletableFuture.java:25)
		at com.backendless.async.UncheckedCompletableFutureImpl.getUnchecked(UncheckedCompletableFutureImpl.java:29)
		at com.backendless.management.developer.DeveloperRegistrationService.addRegisteredDeveloperToApp(DeveloperRegistrationService.java:179)
		at com.backendless.management.developer.DeveloperRegistrationService.addInvitedDeveloperToApp(DeveloperRegistrationService.java:165)
		at com.backendless.management.appsettings.ManageAppSettingsService.inviteDeveloper(ManageAppSettingsService.java:264)
		at controllers.console.appsettings.ManageAppSettings.lambda$inviteDeveloper$1(ManageAppSettings.java:145)
		at com.backendless.async.BackendlessExecutorService.lambda$submit$0(BackendlessExecutorService.java:106)
		... 4 more
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not ex

Problem description

Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: “it doesn’t work” does not describe what the behavior actually is. This will help us with reproducing the problem.

Steps to reproduce

Please describe steps to reproduce starting from the first action.

  1. Go to “App settings”
  2. Click on “Invite team member” button
  3. Add email in the popup then click on “Send invite” button

Could you please let me know what email address you’re inviting? You’re welcome to send a private message (PM) to me with that information.

Regards,
Mark