Skip to content
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

Auth Business Rules GetLocalizedAsync Method Error #160 #19

Open
BurakTemelkaya opened this issue Jun 21, 2024 · 1 comment
Open

Auth Business Rules GetLocalizedAsync Method Error #160 #19

BurakTemelkaya opened this issue Jun 21, 2024 · 1 comment

Comments

@BurakTemelkaya
Copy link

341905048-8ae95253-ec72-4bce-afe3-31c5b0a23c56
Swagger'da hatasız bir şekilde çalışırken Postman vb. şekilde işlem yaptığımda
{
"type": "https://example.com/probs/internal",
"title": "Internal server error",
"status": 500,
"detail": "Internal server error"
}
şeklinde bir çıktı alıyorum.
Swagger'da olması gerektiği gibi bu şekilde bir çıktı alabiliyorum.

{
"type": "https://example.com/probs/business",
"title": "Rule violation",
"status": 400,
"detail": "PasswordDontMatch"
}

Ek olarak otomatik olarak oluşturulan yaml dosyaları ile eşleştirip olması gereken mesajı dönmüyor. Code şeklinde mesajda yazdırıyor. UserNotFound gibi normalde, yaml dosyasından veriyi getirip user not found yazması lazım.

@BurakTemelkaya
Copy link
Author

Projeyi yeni narchgen sürümü ile tekrar oluşturunca sorun çözüldü.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant