eleon182 / dynamodb-gui

GUI tool used to view data on AWS dynamodb
https://www.npmjs.com/package/dynamodb-gui
30 stars 5 forks source link

Empty page #1

Open Tim-Ur opened 8 years ago

Tim-Ur commented 8 years ago

Empty page (http://localhost:4000/) after install on Ubuntu 14.04. Browser: Google Chrome (version 49.0.2623.110 (64-bit)). Page code:

<!doctype html>
<html ng-app="main">
<title>DynTools</title>
<!-- 3rd party libraries-->

<!-- Bootstrap-->
<script src='libs/jquery/dist/jquery.min.js'></script>
<script src='libs/bootstrap/dist/js/bootstrap.min.js'></script>

<!-- Angular -->
<script src='libs/angular/angular.min.js'></script>
<script src='libs/angular-animate/angular-animate.min.js'></script>
<script src='libs/angular-route/angular-route.min.js'></script>
<script src='libs/angular-sanitize/angular-sanitize.min.js'></script>
<script src='libs/angular-touch/angular-touch.min.js'></script>

<!-- Misc -->
<script src='libs/bootbox/bootbox.js'></script>
<script src='libs/highcharts/highcharts.js'></script>
<script src='libs/highcharts/highcharts-3d.js'></script>
<script src='libs/highcharts/modules/exporting.js'></script>
<script src='libs/moment/moment.js'></script>
<script src='libs/nprogress/nprogress.js'></script>
<script src='libs/angular-ui-grid/ui-grid.min.js'></script>

<link rel='stylesheet' type='text/css' href='libs/angular-ui-grid/ui-grid.min.css'>
<link rel='stylesheet' type='text/css' href='libs/bootstrap/dist/css/bootstrap-theme.min.css'>
<link rel='stylesheet' type='text/css' href='libs/bootstrap/dist/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='libs/fontawesome/css/font-awesome.min.css'>
<link rel='stylesheet' type='text/css' href='libs/nprogress/nprogress.css'>

    <div ng-view> </div>

<link rel='stylesheet' type='text/css' href='main.css'>

<script src='app/route.js'></script>

</html>
mikedizon commented 8 years ago

Seems that none of the libs are loading. 404

stefanullinger commented 8 years ago

Yes, the libs were not loading. But even after running the following commands, the site stays white without any errors.

cd /usr/local/lib/node_modules/dynamodb-gui/
sudo bower install --allow-root

dynamodb-gui

This is because there are no routes defined in https://github.com/eleon182/dynamodb-gui/blob/master/public/app/route.js#L33

laurahk commented 7 years ago

same issue. any fix for this? thanks

ghost commented 7 years ago

ReferenceError: Can't find variable: angular route.js:1

vjkoskela commented 7 years ago

I am getting this error in my Javascript console when loading the page:

Uncaught SyntaxError: Unexpected token <
bootstrap.min.js:1 Uncaught SyntaxError: Unexpected token <
angular.min.js:1 Uncaught SyntaxError: Unexpected token <
angular-animate.min.js:1 Uncaught SyntaxError: Unexpected token <
angular-route.min.js:1 Uncaught SyntaxError: Unexpected token <
angular-sanitize.min.js:1 Uncaught SyntaxError: Unexpected token <
angular-touch.min.js:1 Uncaught SyntaxError: Unexpected token <
bootbox.js:1 Uncaught SyntaxError: Unexpected token <
highcharts.js:1 Uncaught SyntaxError: Unexpected token <
highcharts-3d.js:1 Uncaught SyntaxError: Unexpected token <
exporting.js:1 Uncaught SyntaxError: Unexpected token <
moment.js:1 Uncaught SyntaxError: Unexpected token <
nprogress.js:1 Uncaught SyntaxError: Unexpected token <
ui-grid.min.js:1 Uncaught SyntaxError: Unexpected token <
route.js:1 Uncaught ReferenceError: angular is not defined
eatyours0up commented 7 years ago

Has anyone been able to resolve this? Running into the same error...

robertoandrade commented 7 years ago

This seems like a under development (perhaps abandoned) project, I am currently trying https://github.com/aaronshaf/dynamodb-admin and am pretty happy with the functionality and UI.