HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla - Docker - Dashboard Setup Blank Page
csmonteloyola
New
Hi,
I just followed the Setup instructions here https://github.com/vanilla/vanilla-docker today. I think I was able to install everything via Docker but when I try to visit dev.vanilla.localhost, it redirects to /dashboard/setup and I only see a blank page. The HTML elements are loaded when I view the Elements tab in the developer tool but the 4 errors shown below prevent the page from completely displaying. I'm not sure how to troubleshoot this and I've been googling for similar errors but can't find any. Any clues?
Thanks!
0
Comments
When thinking about translations.js error, I can think of two things: either this one or a missing intl extension.
I'm getting same error as OP. I have intl extension installed, and changing the .htaccess file didn't work (I tried on nginx and apache, the same 302 redirect occurs).
The console error shown in the OP's screenshot is due to the server returning a 302 redirect for all local javascript files. CSS files are being served correctly.
I am new to vanilla - my 'dist' directory in the project root is empty. Is this where the javascript files should be located?
Reference - these are the urls returning a 302 (I've also tried these urls without the appended 'h' variable):
https://dev.vanilla.localhost/api/v2/locales/en/translations.js?h=4.0-2020.015-SNAPSHOT
https://dev.vanilla.localhost/dist/forum/runtime.min.js?h=4.0-2020.015-SNAPSHOT
https://dev.vanilla.localhost/dist/forum/vendors.min.js?h=4.0-2020.015-SNAPSHOT
https://dev.vanilla.localhost/dist/forum/bootstrap.min.js?h=4.0-2020.015-SNAPSHOT