Skip to content

Fix the empty webpage after deployment #20

@fangq

Description

@fangq

After fixing the scp deployment action in #19, the next issue is to fix the empty page of the deployed web page. You can see an example here

https://zodiac.coe.neu.edu/dev/dev_fang/

viewing the source code shows

<!doctype html><html lang="es"><head><meta charset="utf-8"/><link rel="icon" href="[io_fav.png](https://zodiac.coe.neu.edu/dev/dev_fang/io_fav.png)"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap"/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap" rel="stylesheet"><title>NeuroJSON.io - Free Data Worth Sharing</title><script defer="defer" src="[/static/js/main.123b2ba5.js](https://zodiac.coe.neu.edu/static/js/main.123b2ba5.js)"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

where you can see the error "You need to enable JavaScript to run this app" in the body.

@MarSH-Up, can you take a look and see how to avoid this error? my chrome browser has javascript support by default.

Metadata

Metadata

Assignees

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