Skip to main content

Questions tagged [netlify]

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

0 votes
1 answer
28 views

Proxy not calling from netlify

i have added proxy like this in package json "proxy": "https://example.com/api/" } i'm calling my api like this await axios .post(`/admin/login`, payload, {}) but ...
Parth Miroliya's user avatar
0 votes
0 answers
22 views

"Page not found" in Netlify when accessing a dynamic path not pre-built

A path in my nextjs app /post/[publickey] uses getStaticProps & getStaticPaths in order to generate the appropriate meta tags. However, the prebuilding causes the dynamic path to be lowercased on ...
Hyetigran's user avatar
  • 1,215
0 votes
0 answers
10 views

Netlify "serverless" functions on front end cannot import ... really anything

I am working on a project that is React front/Node back, but utilizing Netlify's "serverless" functions for deployment there. loginUser.cjs is used for "GET"ting users from the ...
user23582131's user avatar
-3 votes
0 answers
34 views

Netlify CMS - add youtube video

I would like to add a youtube video to my Netlify site. Does anyone know how to do this? Do I need to download any add-ons to Netlify to accomplish this? Thank you.
Harry's user avatar
  • 47
-1 votes
0 answers
25 views

Next JS deployment Issue [closed]

After I deploy my next JS website on Netlify, it makes my input field and other fields black. Here, I have used Antd and tailwind CSS. I have used both while designing the webpage. Black page Black ...
Sakir Hossain Faruque's user avatar
0 votes
0 answers
14 views

React- vite deploying to netlify

I just purchased and made some examples for myself. I want to deploy it to Netlify. I have created an account, installed netlify-cli, ran npm run build, and deployed. However, nothing shows up on the ...
gamerdev's user avatar
0 votes
0 answers
23 views

"This function has crashed" - Netlify

I am getting this error after successful build on Netlify - Here is my functions log - Jul 4, 04:29:02 PM: 2024-07-04T10:59:02.459Z undefined ERROR Uncaught Exception {"errorType":&...
Raghav Patel's user avatar
-1 votes
0 answers
31 views

How to deploy a monorepo to two different places: Netlify for frontend and Vercel for backend?

I'm working on building a website using Next.js, where I perform some image calculations on user inputs in the backend and render some images on the frontend based on the results. I need to use a Node ...
AryanSonwatikar's user avatar
0 votes
0 answers
18 views

Pdf load correctly in local but not after netlify deployment

when i run my website localy, it works well. But after netlify deployment, it show me "Failed to load PDF file." with a 404 not found in console. But it still works locally.strong text here ...
Nesil's user avatar
  • 3
-1 votes
0 answers
20 views

My form is not working. How can I fix it?

I'm working a new portfolio with astro, which is being deployed in Netlify, and I have a contact page. The thing is that once I add all the fields and presses the submit button, the text I typed ...
aimarbusta's user avatar
0 votes
0 answers
18 views

Netlify.toml not working, can't find path (React.js)

I deployed my site using Netlify and I'm having issues with routing. I made a website for a telegram bot, and the routing doesn't work there, I tried nolify.toml to use it but it didn't help either, ...
Iceberg _1106's user avatar
0 votes
0 answers
50 views

Why did netlify change my endpoints to my api?

I deployed a full stack app, total newb. I made a minimal api in C#/.NET, with EF and PostgreSQL and a React front end. I used AWS to launch a virtual machine instance. Through remote desktop ...
Courtney Fairall's user avatar
0 votes
1 answer
31 views

Issues with Netlify form submissions in my next.js 14 project

I’m having trouble getting Netlify's form submission to work with my Next.js 14 project. I've followed Netlify's recommendations, activated form submissions within Netlify, and set up a hidden form in ...
sivertje's user avatar
0 votes
0 answers
36 views

WebRTC works locally, fails when deployed

I developed a Next.js website and an iPhone app that connect via WebRTC. The iPhone app streams video that can be viewed on the website. The website functions well locally, but after deploying it to ...
Post Mgla's user avatar
0 votes
0 answers
25 views

"Page Not Found" when trying to access a multipage site deployed on Netlify

I'm running a multipage website site and deploy it on Netlify. I source files on GitHub, and Netlify deploys it. Netlify reports that the site is live (deploy log enclosed at the bottom), but when I'm ...
Сергій Болховський's user avatar

15 30 50 per page
1
2 3 4 5
153