Stylesheet can't be loaded properly in production mode. #154
Unanswered
kassihassan
asked this question in
Q&A
Replies: 5 comments 7 replies
|
Is there an |
1 reply
|
Does |
1 reply
|
This also gives 404: https://software.kassihassan.com/css/app.css This must be a web server configuration issue. Although generic web development support is out of my scope here, if you let me know 1) how your web server is configured and, 2) what is your document root, 3) where is the |
1 reply
|
Unfortunately, I can't help with this. The web server should load those files from the As an alternative, you can move them to the build folder (because that works) and tell the admin panel to load them from a different location: https://konekt.dev/appshell/3.x/admin-panel#custom-assets |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi everyone!
I discovered vanilo few months ago and I fall in love instantly. It was the kind of library that my Laravel projects were missing for a long time, so many thanks to the team behind it.
However, after my first deployment, my app failed loading the file https://software.kassihassan.com/css/appshell.css with the error message :
2.Uncaught SyntaxError: expected expression, got '<'
I did some digging and found many results from people experienced the same problem, but none applies to my situation,
I started building on top of this demo https://github.com/vanilophp/demo because I didn't want to write the admin panel from scratch.
My hypothesis are:
I WOULD APPRECIATE ANY THOUGHTS PUT ONTO THIS TO HELP ME FIND A SOLUTION, BECAUSE I DON'T WANT TO START OVER AGAIN BUILDING AN ADMIN DASHBOARD FROM SCRATCH.
MANY THANKS IN ADVANCE.
All reactions