Questions tagged [netlify]

Ask questions about the Netlify setup, config or just in general using the netlify-cli or online at app.netlify.com

enter image description here

Netlify is a unified platform that automates your code to create high-performant, easily maintainable static web sites.
Simply push your code and let us take care of the rest.

2231 questions
0
votes
1 answer

How to make edits to a deployed react app? (Netlify)

if you have already deployed a build to Netlify by dragging your build files over & you want to make an edit to the site, do you just delete the build file in VScode, make the edit & create a new build file and drag that back into Netlify?
madQuestions
  • 109
  • 1
  • 7
0
votes
1 answer

How to deploy Django + React project to hosting platform?

I used Django as backend and React as frontend. I want to know how to deploy this project to hosting platform such as heroku, netlify, etc. Can I deploy this project to one domain? Or should I have to use two doamins - one for Django and one for…
0
votes
0 answers

Static Webpages Served by Gatsby on Netlify

I'm using Gatsby for my website (worksetup.xyz) and it is deployed on Netlify. I run gatsby build to build the website. But when I access it, I can see that it loads the empty page and then makes an XHR request to pull the data and populate the…
Ashit Vora
  • 2,902
  • 2
  • 27
  • 39
0
votes
0 answers

Errors on deployng project with npm react-animated-number and @emotion/react

I'm trying to deploy a project on Netlify but I'm always getting this error: npm ERR! While resolving: react-animated-number@0.4.4 I already have try: npm i react-animated-number --legacy-peer-deps npm i @emotion/react --legacy-peer-deps But the…
0
votes
1 answer

How to fix missing script "build" when running npm run build?

I am trying to deploy on Netlify and when I run npm run build I get missing script error. I see that I already have build script in my package.json. package.json image How can I fix this? error image
John
  • 3
  • 2
0
votes
2 answers

"peer @angular/common@"9 - 13" from @fullcalendar/angular@5.11.0" Error while deploying in Netlify

Installing NPM modules using NPM version 8.11.0 npm WARN config tmp This setting is no longer used. npm stores temporary files in a special npm WARN config location in the cache, and they are managed by npm WARN config …
Abir Mahmud
  • 96
  • 1
  • 7
0
votes
1 answer

Netlify function CORS issue

I have a CORS issue on my netlify functions. Here's my netlify.toml but it doesn't help at all. Anyone can help me with this?
0
votes
0 answers

Getting Mixed Content Netlify in React js with tmdb api in Production

I am getting error while making request to three endpoints using redux toolkit. I have a lot of others endpoints too they are working fine but in production its not working. import { createApi, fetchBaseQuery } from…
Awais Raza
  • 55
  • 1
  • 9
0
votes
3 answers

Cors error in client when calling mongodb database from backend

I am having a problem with cors when I call my netlify hosted nodejs express backend from my react frontend. im am getting the following errormessage in my web browser: Access to XMLHttpRequest at 'https:///api/forgotpassword'…
tebendheim
  • 15
  • 2
0
votes
2 answers

React App working on localhost but not working on Netlify deploy because the API call is different

I am developing a React app using freetogame API and it works perfectly on localhost, but I deployed it on Netlify and it's not working because it's making the API call to a different adress. Here is the API call on localhost: localhost API Call and…
0
votes
1 answer

Svelte/Vite/Pixi.js build error Cannot use import statement outside a module

I'm currently working on a project using Svelte-Kit (first time using svelte), Vite, TS, and Pixi. When I try and run vite build I get the error Cannot use import statement outside a module. However in my package.json I have "type": "module" and I…
0
votes
1 answer

Netlify build causes reading from undefined error vuejs

I am trying to develop an application in vuejs and deploy it using netlify. Note that I am very new to vuejs. I have no warnings or errors in production but when deploying, the website is blank and the following error appears in console : TypeError:…
Lucas
  • 11
  • 2
0
votes
1 answer

how you can configure your app/server to handle nested page requests on Netlify ? Route State Refresh Error How to Avoid it?

I am passing Data Through route State to open Contact Detail Page Here is my Website You can Check The error When Click on Name Click Here Here is How I am passing data
Kamran Ali
  • 59
  • 7
0
votes
1 answer

Convert Netlify site to an PDF file

I'd tried several sites to convert a netlify site to an pdf, but nothing seems to work for me. Is there any possible way to convert a Netlify site to an Pdf file ?
0
votes
1 answer

SvelteKit / adapter-netlify: Why are my static assets not deployed?

I'm having trouble deploying my SvelteKit application built using adapter-netlify. My static assets (images, webfonts, ...) located inside the /static directory are not included in the build. When I run the app in dev mode (npm run dev) everything…
alex-schuster
  • 102
  • 1
  • 7
1 2 3
99
100