I am working on a project with ReactJs, and I used media query to resize the width of my column on mobile. It works locally but it does not work on Netlify for
I have a collection for the blog posts and now I want to edit it and 2 new fields: one for the featured image and the second one for a thumbnail image. I did it
So I want to host my front-end React app on Netlify and I want it to be at www.mydomainname.com. I also want to host my back-end on Heroku and I want it to be a
I'm new to here, just have a question and want to solve it. I have deployed my app on netlify, everything works fine at localhost, but when I tested it on netl
I am new to netlify and netlifyCMS. Did upload a Hugo site which is working well. Now trying to implement CMS. It is a very simple site with only a few *.md con
I want to practice creating my own RESTful API service to go along with a client-side application that I've created. My plan is to use Node and Express to creat
Netlify wont allow you to deploy a website unless there is an index.html file. Nextjs didn't set me up with one when I did create-next-app. Anyone know how to f
I simply followed the doc by adding this to my next.config.js module.exports = { reactStrictMode: true, async redirects() { return [ { so
i have problem with this component: import CMS from 'netlify-cms-app' import React from 'react' import Article from './preview-templates/Article' const ArticleP
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
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
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
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
I'm trying to install Git-LFS in my Netlify instance, but I'm getting this error. Any ideas on how to fix it?
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
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
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
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
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
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