casbin / casbin-hub

The hub for Casbin
https://dashboard.casbin.com
Apache License 2.0
87 stars 46 forks source link

Screen Turning Blank after fetching new changes #107

Closed arteevraina closed 4 years ago

arteevraina commented 4 years ago

After fetching all the new changes in my local repo. I am not able to see the UI. I am only able to see Navbar and Footer.

Screenshot

image

Server Logs


2020/08/30 13:44:19.785 [I] [parser.go:112]  generate router from comments
2020/08/30 13:44:19.946 [I] [asm_amd64.s:1373]  http server Running on http://:8000
2020/08/30 13:44:28.818 [D] [server.go:2836]  |      127.0.0.1| 404 |    416.573µs| nomatch| GET      /api/get-adapters
2020/08/30 13:44:28.818 [D] [server.go:2836]  |      127.0.0.1| 404 |    370.272µs| nomatch| GET      /api/get-models
2020/08/30 13:44:28.819 [D] [server.go:2836]  |      127.0.0.1| 404 |   1.148194ms| nomatch| GET      /api/get-enforcers

Client Logs

Compiled successfully!

You can now view web in the browser.

  Local:            http://localhost:3000/
  On Your Network:  http://192.168.1.8:3000/

Note that the development build is not optimized.
To create a production build, use yarn build.
arteevraina commented 4 years ago

@nodece Are these logs correct?