Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

Issue Summary I'm trying to log in to Netlify, but I'm unable to access the actual login dashboard. Instead of being taken to https://app.netlify.com, I’m getting one of the following responses: ...
Henok Robale's user avatar
25 votes
6 answers
9k views

For example, I'm trying to upgrade netlify-cli from 17.7.0 to 17.8.1 using yarn upgrade-interactive and the following error happens: ➤ YN0000: · Yarn 4.0.2 ➤ YN0000: ┌ Resolution step ➤ YN0082: │ @...
Marian Klühspies's user avatar
3 votes
0 answers
644 views

In my project, I am trying to install prisma inorder to make a serverless function for registering with a mysql database (which located locally on my pc). So I follow these steps: npm install prisma --...
CoolUser's user avatar
1 vote
1 answer
48 views

Does anyone know how to retrieve the environmental variable value from Netlify's: https://cli.netlify.com/commands/env/. I have a web app that simply just tries to retrieve an API KEY. You can save an ...
mythoslife's user avatar
0 votes
1 answer
128 views

so I am new to netlify. I keep getting a 404 error every time I make a request. This is react, and for the JS code: await fetch('./.netlify/functions/create-payment-intent.js', { ...
Alb Rick Bi's user avatar
1 vote
0 answers
331 views

My Remix app was working correctly when my various api values were inline. I then moved them to a .env file and imported the file to Netlify. My file now uses process.env.[ENV_VARIABLE] to access the ...
rcrusoe's user avatar
  • 451
0 votes
1 answer
162 views

I have a function called stripe.js as follows const stripe = require("stripe")(process.env.STRIPE_SECRET_TEST); exports.handler = async (event, context) => { const session = await ...
VictorBlanco's user avatar
0 votes
1 answer
445 views

I have registered a domain name in Only Domains website, it is provisioned, Yet I am unable to link it to my Netlify project. Steps I followed till now: Went to Only Domains -> Domain Name -> ...
StandardProc's user avatar
1 vote
0 answers
137 views

I am trying to create custom query for Spotify API using Netlify Graph, but I can't save the query. My query works as expected in graphql playground, the problem rises when I either try to save it or ...
joze747's user avatar
  • 11
0 votes
1 answer
253 views

Is it possible to build locally and deploy a bundle to Netlify?
Viktor Bogutskii's user avatar
1 vote
2 answers
361 views

I have set some environment variables in the Netlify UI. See here: I am trying to use them in my code like this: console.log("AUTH0_DOMAIN:"); console.log(process.env.AUTH0_DOMAIN); ...
TinyTiger's user avatar
  • 2,255
2 votes
2 answers
6k views

If I run the npm run build command locally and drag and drop the build folder in netlify, then it is hosted but it gives this big error. When I try continuous deployment from my github repository. ...
Ruchi Ray's user avatar
  • 277
3 votes
2 answers
739 views

I was finally able to get TypeQL working with Netlify Functions / AWS Lambda after a day of work, going over the docs and examples, and in the end desperate brute force. I'm sharing my working code ...
Aerodynamic's user avatar
1 vote
1 answer
539 views

I am creating an application on React.js, Gatsby.js, and Contentful. My Application is working fine on my local but when I deploy my app to Natilify Cannot query field "allContentfulGallery"...
Vishnu Chauhan's user avatar
0 votes
4 answers
1k views

I am Building a tiktok-clone using react js ..with the help of netlify cli (Netlify Dev)..it works very fine in localhost:8888, but it doesn't work in localhost:3000.My database for this project is ...
user avatar
2 votes
1 answer
918 views

I am using Netlify Serverless Functions. I want to retrieve and save data to the firebase firestore. I use firebase-admin SDK. The following is the initialization: var admin = require("firebase-...
Danish Saeed's user avatar
0 votes
1 answer
376 views

site link - https://react-chat-page.netlify.app/ github - https://github.com/mrshawnhum/chat-app I have recently added a redirect file to fix a bug when you refresh the site and I added automatic ...
Shawn Humphreys's user avatar
2 votes
1 answer
247 views

I'm working on a Gatsby project with Netlify Functions locally using "netlify dev" on the CLI. Things were working relatively fine, I could go to localhost:8888 and get pages to appear and ...
Ivan's user avatar
  • 1,163
3 votes
1 answer
655 views

Does anyone know why I'm getting the following error : Verify run directory 10:47:31 PM: ​ 10:47:31 PM: ┌─────────────────────────────┐ 10:47:31 PM: │ Netlify Build │ 10:47:31 PM: └─────...
unkoqn's user avatar
  • 43
1 vote
1 answer
1k views

I have built a real estate site using Create-react-app. One of the apis is giving me Cors errors in production. Following the documentation from netlify I set up a netlify.toml file in the root of my ...
Jesse James's user avatar
1 vote
1 answer
1k views

I followed this documentation https://nuxtjs.org/faq/netlify-deployment/ for SPA applications. This is my configuration: Deploy settings When I do npm run build to my Nuxt project locally everything ...
julypriets's user avatar
0 votes
1 answer
285 views

I'm trying to run the command npm run build:lambda, but it keeps giving a syntax error: ****:git user$ npm run build:lambda > [email protected] build:lambda /Users/****/git > netlify-...
Jos's user avatar
  • 2,481
0 votes
1 answer
202 views

I noticed that netlify-cli automatically creates a settings ID. Regarding the ID, the docs say the following: [Settings] # Added automatically by the Netlify CLI. It has no effect during normal # ...
Dan Kreiger's user avatar
  • 5,534