EasyAbp / AbpHelper.GUI

Providing code generation and more features to help you develop applications and modules with the ABP framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The UI is blank

dwp008 opened this issue · comments

when I open the AbpHelper GUI it shows the blank page without error message. Is there any install steps I missed?
image

commented

Hi @dwp008, the log should be in %userprofile%\AppData\Local\Programs\abphelper-gui\dotnet\EasyAbp.AbpHelper.Gui.Blazor\Logs.

Hi @gdlcf88 seems there is no error in the log. I saw it use the localhost port, maybe my firewall blocks the connect.

here is the end of the log file
2021-05-14 15:13:12.156 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker
2021-05-14 15:13:12.167 +08:00 [INF] Starting IdentityServer4 version 4.1.1+cebd52f5bc61bdefc262fd20739d4d087c6f961f
2021-05-14 15:13:12.185 +08:00 [INF] You are using the in-memory version of the persisted grant store. This will store consent decisions, authorization codes, refresh and reference tokens in memory only. If you are using any of those features in production, you want to switch to a different store implementation.
2021-05-14 15:13:12.194 +08:00 [INF] Using the default authentication scheme Identity.Application for IdentityServer
2021-05-14 15:13:12.194 +08:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for authentication
2021-05-14 15:13:12.194 +08:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-in
2021-05-14 15:13:12.194 +08:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-out
2021-05-14 15:13:12.194 +08:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for challenge
2021-05-14 15:13:12.194 +08:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for forbid
2021-05-14 15:13:12.775 +08:00 [INF] Initialized all ABP modules.
2021-05-14 15:13:13.290 +08:00 [INF] Now listening on: https://localhost:44313
2021-05-14 15:13:13.293 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2021-05-14 15:13:13.293 +08:00 [INF] Hosting environment: Production
2021-05-14 15:13:13.293 +08:00 [INF] Content root path: C:\Users***\AppData\Local\Programs\abphelper-gui\dotnet\EasyAbp.AbpHelper.Gui.Blazor

commented

What if you manually open https://localhost:44313 in an external browser?

I was having same issue and found that localhost certificate was blocking the request. I have opened the https://localhost:44313 in browser. I have cleared the block and it was started working.

Hi @gdlcf88 I can view the page in the browser. But can't view it in the abphelper. Hi @bvidur where did you cleared the block. Thanks.

commented

Could you please pull this repo and debug the problem on your computer?

Hello @gdlcf88 I get the source code of ABPHelper. What need I do to debug the problem. I open the EasyAbp.AbpHelper.Gui projects but no project can be set as startup project and run with debug correctly. And I bind with the process there is nothing happend when I show or close the ABP Gui helper. Thanks

commented

Run these command in the ./electron directory:
npm i
npm run dev

When the GUI app starts, I think you can see error logs in the DevTools panel.

https://github.com/EasyAbp/AbpHelper.GUI/blob/master/electron/package.json#L46

Hello, i have same problem the gui is blank ? Do you have any idea how to fix that ?