Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

localhost:3000 and :4000 are empty #59

Open
1 task done
titaniumbones opened this issue Oct 28, 2017 · 0 comments
Open
1 task done

localhost:3000 and :4000 are empty #59

titaniumbones opened this issue Oct 28, 2017 · 0 comments

Comments

@titaniumbones
Copy link
Contributor

  • Is this a bug report (if so, is it something you can debug and fix? Send a pull request!)

docker-compose up runs successfully, but localhost:3000 serves an empty web page:

<!DOCTYPE html>
<html>
<head>
	<title>Data Together</title>
  
</head>
<body>
	<div id="root"></div>
  
    <script type="text/javascript" src="http://localhost:4000/static/bundle.js"></script>
  
</body>
</html>

http://localhost:4000/static/bundle.js is also empty.

Don't know anything about docker (!) but there are a whole bunch of htese FATAL messages in the logs:

postgres_1 | FATAL: the database system is starting up

Though those look like maybe they're just warnings that the postgres job hasn't spun up properly yet. I also see a SASS error in context:

context_1    | ERROR in ./~/css-loader!./~/sass-loader/lib/loader.js!./src/scss/style.scss
context_1    | Module build failed: 
context_1    | @import "components/ForceGraph";
context_1    | ^
context_1    |       File to import not found or unreadable: components/ForceGraph.
context_1    | Parent style sheet: /home/context/src/scss/_components.scss
context_1    |       in /home/context/src/scss/_components.scss (line 4, column 1)
context_1    |  @ ./src/scss/style.scss 4:14-123 13:2-17:4 14:20-129
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants