Activities of "mgcode"

Hello,

I have deployed my abp.io with blazor server ui microservice solution in aws. When i click login button from ui, I redirected to auth, I complete the authorization process but when i redirected back to ui, I get error https://app.dreamlist.gr/Error?httpStatusCode=400 If I go to https://auth.dreamlist.gr and login from there then I have access to all the services through the swagger ui, but I cannot login from ui as after authentication I go to https://app.dreamlist.gr/Error?httpStatusCode=400

My app is at https://app.dreamlist.gr Auth Server https://auth.dreamlist.gr Web gateway https://webgateway.dreamlist.gr

Please use the default abp.io admin account credentials to reproduce the problem. admin 1q2w3E*

Abp Studio Solution Configuration

  • Template: microservice
  • Created ABP Studio Version: 0.9.26
  • Current ABP Studio Version: 1.0.1
  • Multi-Tenancy: Yes
  • UI Framework: blazor-server
  • Theme: leptonx
  • Theme Style: light
  • Theme Menu Placement: side
  • Run Install Libs: Yes
  • Database Provider: ef
  • Database Management System: sqlserver
  • Mobile Framework: maui
  • Public Website: No
  • Social Login: Yes
  • Include Tests: Yes
  • Dynamic Localization: Yes
  • Kubernetes Configuration: Yes
  • Grafana Dashboard: Yes
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Create Command: abp new YsdPlatform -t microservice --ui-framework blazor-server --mobile maui --database-provider ef --database-management-system sqlserver --theme leptonx --skip-migrator --without-cms-kit --dont-run-bundling -no-language-management -chat

[OpenIddictApplications] ClientId = 'BlazorServer' ["https://app.dreamlist.gr/signout-callback-oidc"] ["https://app.dreamlist.gr/signin-oidc"]

Blazor Server app.settings { "App": { "Name": "YSD Logic", "SelfUrl": "https://app.dreamlist.gr", "EnablePII": false, "HealthCheckUrl": "/health-status", "BasePath": "" }, "AuthServer": { "Authority": "https://auth.dreamlist.gr", "RequireHttpsMetadata": true, "ClientId": "BlazorServer", "ClientSecret": "1q2w3e*", "IsOnK8s": "false", "MetaAddress": "https://auth.dreamlist.gr" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "RemoteServices": { "Default": { "BaseUrl": "https://webgateway.dreamlist.gr" }, "CrmService": { "BaseUrl": "https://crm.dreamlist.gr" }, "FileManagementService": { "BaseUrl": "https://file.dreamlist.gr" } }, ... }

  • Exception message and full stack trace:
  • Steps to reproduce the issue:
Showing 1 to 1 of 1 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37