Category "netlify"

Netlify CMS custom preview problem dangerouslySetInnerHTML={{ __html: widgetFor('body') }} shows [object Object] in /admin preview

i have problem with this component: import CMS from 'netlify-cms-app' import React from 'react' import Article from './preview-templates/Article' const ArticleP

Is it possible to deploy a ReactJS website with json-server on Netlify?

I have an application built with ReactJS, but I'm using a fake API (json-server) to handle my data. So, before I run 'npm start' to run the application I have t

setState provokes Minified React error #130 only on production build

Every time I interact with the drop-down button on the front page of my application, the error https://reactjs.org/docs/error-decoder.html/?invariant=130&ar

v-bind on link href does not work but only in production (Nuxt static site)

I am trying to bind a generated link to a button. The link is generated based on parameters passed in the URL. The code roughly looks like this: <a :hr

Netlify dont deploy specific folder or files

I have a git a repository set up with CD on Netlify. The site itself is 4 files, but I have some other files I'd like to add to the repository that I don't want

How do I set the helper path?

I'm trying to install Git-LFS in my Netlify instance, but I'm getting this error. Any ideas on how to fix it?

Error: Image Optimization using Next.js default loader is not compatible with `next export`

I got this error when deploying Next.js to Netlify. Error: Image Optimization using Next.js default loader is not compatible with `next export`. Possible solut

How to deploy NextJs Minting App to Netlify without build errors?

I try it now for 3 days to fix what's wrong but nothing works for me can someone help? Netlify Build Log: 6:31:18 PM: Build ready to start 6:31:20 PM: build-ima

How to show netlify the file it has to run?

I have a web project written in python and Flask. I want to publish it with Netlify and for that to work it has to run the main.py file. I know that in Heroku y

How can I address a Netlify function with Svelte?

I have written a vanilla html app to test a Netlify function and it works I have attempted to write a Svelte application to mimic the same functionality The two

"Site has not yet been deployed" after netlify deployment

I already tried a million times and not able to figure out where I am going wrong. I tried simple static website repo. I even added parcel bundler. I just get s

reactjs project working fine on local...but not working after deployment...any suggestion?

I'm trying to deploy my first reactjs app. (It's a quiz app) In local the app is working fine.. after deploy is not working as expected. Here you can find the d

How do I access my Astra DB from netlify in Ania Kubow's Netflix clone tutorial?

I am trying to follow this tutorial. I am stuck at 1:04. Ania is able to return data from here datastax db. I am able to start the netlify dev server on localho

How to upload a modified angular2 module to server in production?

I am using angular2-image-gallery. It is causing me an error on production (also locally) about importing twice BrosweModule from angular. In my local build, I

React app deployment to Netlify : Module not found: Error: Can't resolve './pages/HomePage' in '/opt/build/repo/src'

How can I solve this error? I tried many approaches like using Netlify CLI, linking to git and github but nothing worked. The app works fine in development mod

Netlify renders 404 on page refresh (using React and react-router)

I have deployed my site with Netlify, and I’m having trouble with the routing. Here is my website: https://redux-co.netlify.com/ And my GitHub repo: ht

Netlify: This site can’t be reached - DNS_PROBE_FINISHED_NXDOMAIN

I am a newbie web developer and I just finished my MERN Stack project. I am trying to deploy it via Heroku as the server handler and at Netlify for my frontend.