0
    
    
        
                    LiSong created
                    
                    
                    
                
                - ABP Framework version: v8.0.5
 - UI Type: Angular / MVC / Blazor WASM / Blazor Server
 - Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
 - Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
 - Exception message and full stack trace:
 - Steps to reproduce the issue:
 
What's the client_secret for the swagger ui? by the default the appsettings doesn't have a client_secret for it? I checked the openiddict/applications page, it is a public client but it doesn't work if I leave it blank
3 Answer(s)
- 
    0
Hi,
The
swaggerclient is a public client, which means it not need the client_secret - 
    0
I get this error if the client secret is empty Auth ErrorTypeError: Failed to fetch
 - 
    0
Hi,
Could you share the full error message? You should be able to see it in the console tab.