1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Hi, @triax.
Can you share the client script error code from your browser's F12 dev tools?
In most cases where client-side scripts don't work, you should be able to see console errors in your browser.
I recommend troubleshooting from there.
The client side files distributed from EC2 may not be enough.
관련 콘텐츠
- 질문됨 일 년 전

I figured out that I can't load js & css files from /js and /css. When I place these files in the root folder (resources->static>) it works. I don't want to have all my site files in the root for obvious reasons. How do I solve this problem. My folder structure is resources->static>.
Thanks for your response!