Valandur / Web-API

RESTful web server for Minecraft Sponge including an admin panel
https://valandur.github.io/Web-API/
MIT License
66 stars 17 forks source link

Could not load asset #107

Closed AokuYuki closed 6 years ago

AokuYuki commented 6 years ago

Hello there, i can log in but when i try to click on any menu button i get errors. I am using webapi-5.2.1-S7.1.jar && spongeapi 7.1.0-SNAPSHOT-f28d4ba

webapi error

Part of my Serverlog: [11:03:25] [qtp1678647478-106/WARN] [webapi]: Could not load asset: admin/static/js/2.c121efff.chunk.js [11:03:25] [qtp1678647478-106/INFO] [webapi]: ERROR: null [11:04:40] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/11.93af923a.chunk.js [11:04:40] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:04:43] [qtp1678647478-69/WARN] [webapi]: Could not load asset: admin/static/js/1.a2528bb6.chunk.js [11:04:43] [qtp1678647478-69/INFO] [webapi]: ERROR: null [11:04:44] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/5.2171dd27.chunk.js [11:04:44] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:04:45] [qtp1678647478-69/WARN] [webapi]: Could not load asset: admin/static/js/14.f80244c3.chunk.js [11:04:45] [qtp1678647478-69/INFO] [webapi]: ERROR: null [11:04:56] [qtp1678647478-115/WARN] [webapi]: Could not load asset: admin/static/js/4.37fa4ef8.chunk.js [11:04:56] [qtp1678647478-115/INFO] [webapi]: ERROR: null [11:04:57] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/18.793e6a07.chunk.js [11:04:57] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:04:58] [qtp1678647478-115/WARN] [webapi]: Could not load asset: admin/static/js/15.7a23ef02.chunk.js [11:04:58] [qtp1678647478-115/INFO] [webapi]: ERROR: null [11:04:58] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/0.15f566b5.chunk.js [11:04:58] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:04:59] [qtp1678647478-115/WARN] [webapi]: Could not load asset: admin/static/js/16.95e087fa.chunk.js [11:04:59] [qtp1678647478-115/INFO] [webapi]: ERROR: null [11:05:00] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/8.036da3a6.chunk.js [11:05:00] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:05:04] [qtp1678647478-115/WARN] [webapi]: Could not load asset: admin/static/js/12.63c6205f.chunk.js [11:05:04] [qtp1678647478-115/INFO] [webapi]: ERROR: null [11:05:14] [qtp1678647478-103/WARN] [webapi]: Could not load asset: admin/static/js/9.c799ea69.chunk.js [11:05:14] [qtp1678647478-103/INFO] [webapi]: ERROR: null [11:05:15] [qtp1678647478-69/WARN] [webapi]: Could not load asset: admin/static/js/10.411df28a.chunk.js [11:05:15] [qtp1678647478-69/INFO] [webapi]: ERROR: null [11:07:57] [qtp1678647478-69/WARN] [webapi]: Could not load asset: admin/static/js/19.e5bfd641.chunk.js

Valandur commented 6 years ago

It works for me, so my first guess would be that this is a caching issue from the browser. Can you try using another browser and/or a private session? You can also use shift-releod to make sure the browser isn't caching any files

AokuYuki commented 6 years ago

Worked like a charme! Sorry that i bothered you -.-

Valandur commented 6 years ago

No problem, dont worry