Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Sep 9, 2020
1 parent 19cf373 commit 655b685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/start-server.ts
Expand Up @@ -13,7 +13,7 @@ import { formatError } from "graphql"
import webpackConfig from "../utils/webpack.config"
import { store, emitter } from "../redux"
import { buildRenderer } from "../commands/build-html"
import { withBasePath } from "../utils/path"
// import { withBasePath } from "../utils/path"
import report from "gatsby-cli/lib/reporter"
import launchEditor from "react-dev-utils/launchEditor"
import cors from "cors"
Expand Down

2 comments on commit 655b685

@simonjoom
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, i succeed to run my website with develop-ssr feat ,
i have got some error from yoga-layout-prebuilt (who is ink deps) and the application trash because that
Error reported Error: read ECONNRESET

If you can give me some clues on it
thanks

@simonjoom
Copy link

@simonjoom simonjoom commented on 655b685 Oct 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK i restarted my computer, today the app run fine! well
Nota only the index page can be refreshed, other page let me a not found.
but the routes of the page (click on link) is working to the others page
i saw that in public nothing was rendered only renderpage. Maybe it's normal?
as well, it's lack of static images from the process i guess there is one step that missing here

update*
Ok sorry i found an issue, the refresh is working for me if the url passed miss the last backslash
http://localhost:8000/Instructors is working
http://localhost:8000/Instructors/ is not working

Please sign in to comment.