-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphql template generating an app crash and not running #187
Comments
Please check the error log (log folder/error.log), and we will update it as soon as possible. We apologize for any inconvenience. |
We are having this same issue, it seems this is the one error: No repository for "UserEntity" was found. Looks like this entity is not registered in current "default" connection? Im not seeing in the package where it seeds any DB data, is that the issue? @ljlm0402 |
I'm having the same behavior with the typegoose template in #188 |
@ljlm0402
any update on this? pls fix it for the graphql template to work properly
once generated. That is much needed. Anything else I can try to figure it
later on my own.
…On Monday, October 31, 2022, HijackHornet ***@***.***> wrote:
I'm having the same behavior with the typegoose template in #188
<#188>
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5WKSKETSQ6G3Z6KL2P2GDWF7VOLANCNFSM6AAAAAAROJUK4I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Thank you and best regards,
Tran
|
We will update and fix it within this week. We apologize for any inconvenience |
I checked the error log and I confirmed it as a problem with the database settings. If you change the In addition, we will change the Database setting to the DEV in the Docker-Compose file. |
Hi this still doesn't solve the other error users are getting @ljlm0402 UnhandledPromiseRejectionWarning: Error: Looks like you use an incorrect version of the 'graphql' package: "16.6.0". Please ensure that you have installed a version that meets TypeGraphQL's requirement: "^15.3.0". |
Same issue, can you please fix ? thanks! |
same issue |
Describe the Bug (버그 설명)
Create a new project using typescript-express-starter cli for graphql
Version to Reproduce (현재 사용한 버전)
latest 9.2.0
Steps to Reproduce (재현 순서)
Expected Behavior (예상 동작)
App should initialize and run fine
Actual Behavior (실제 동작)
The text was updated successfully, but these errors were encountered: