Skip to content

UI doesn't load scripts #201

@alexkreidler

Description

@alexkreidler

Pulling from master and running yarn dev results in a broken state. Here are some images:

Network and Console tab of DevTools showing 404s for scripts and app resources (click to show details)

allen-ui-console
allen-ui-network

Broken interface in browser

image

I've tried running yarn build and serving that output, and also tried yarn start.

Here's a partially truncated view of tree in the build folder after yarn build.

├── asset-manifest.json
├── images
... a bunch under images
├── index.html
├── papers
│   └── index.html
├── pdf.viewer.js
├── pdf.worker.min.js
├── static
│   ├── css
│   │   ├── reader.css
│   │   └── reader.css.map
│   ├── js
│   │   ├── list.7f1849.js
│   │   ├── list.7f1849.js.LICENSE.txt
│   │   ├── list.7f1849.js.map
│   │   ├── reader.7f1849.js
│   │   ├── reader.7f1849.js.LICENSE.txt
│   │   └── reader.7f1849.js.map
│   └── media
... a bunch under media
├── viewer.css
└── viewer.js.map

The README doesn't outline anything else to do. I'd be happy to try some other steps if anyone has feedback.

I'd imagine this is an issue with Webpack, which could require some intense and painful debugging to get to the bottom of.

Let me know if you need any more details or I can help in another way.

Thanks for this project, it sounds and looks (from what I see so far) quite interesting and useful!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions