|
- Page Not Found when trying to access a site deployed on Netlify
I'm running a static blogdown site and deploy it on Netlify I source files on GitHub, Hugo builds the site, and Netlify deploys it Netlify reports that the site is live (deploy log enclosed at the
- how to redirect routes in Netlify using vite and react?
I need to redirect to the home of a react project on Netlify but I'm using vite I used to do it using CRA (create-react-app) and creating the _redirects file in the public folder with this configu
- How can I set environment variables on netlify? - Stack Overflow
I have a netlify react app which is connected to my github I'm using emailjs for receiving the messages from whoever reaches to my app emailjs deals with three ids 'SERVICE_ID', 'TEMPLATE_ID' and '
- How to host and access files on a Netlify site - Stack Overflow
6 Netlify will host all static content in the folder you tell it to on deploy You are currently telling Netlify to put your whole repository into the site starting at the root of the repository This is causing issues with your relative paths You can go to any path in your repository at this time on your site and get a returned response of
- Images not rendering after deploying React project on Netlify
I've deployed my React project to Netlify, but the images aren’t rendering on the live site I tried deploying both from GitHub and manually The project was created with Vite, and based on forum
- Can I run a front-end and back-end on Netlify? - Stack Overflow
Is it possible to use a service like Netlify in order to host both a client and server for my purposes? I'm picturing something similar to how I can start up a local dev server on my computer so that the front-end can interface with it Except now I want everything hosted online for others to view
- Netlify site publishing but blank screen - Stack Overflow
I have created a site using CRA, If I run build it all works fine on Github-pages, but when I attempt to run the site through my Netlify account it shows up a blank page It's connecting to the sit
- Netlify: No build command found, continuing to publishing
Netlify: No build command found, continuing to publishing Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 1k times
|
|
|