Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netlify Deployment 404 #1773

Closed
bitcoinvsalts opened this issue Jul 29, 2024 · 0 comments
Closed

Netlify Deployment 404 #1773

bitcoinvsalts opened this issue Jul 29, 2024 · 0 comments

Comments

@bitcoinvsalts
Copy link

bitcoinvsalts commented Jul 29, 2024

I am trying to deploy my ssr vike-react site to netlify.

I am running into a 404 after deployment.

Here is my netlify.toml file, any suggestions?

[build]
  command = "yarn build"   # Runs the build command specified in package.json
  publish = "dist/client"            # Specifies the directory to publish, Vite outputs to 'dist' by default

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200
  force = true
image
@brillout brillout transferred this issue from vikejs/vike-react Jul 29, 2024
@vikejs vikejs locked and limited conversation to collaborators Jul 29, 2024
@brillout brillout converted this issue into discussion #1774 Jul 29, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant