2,208 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
50
views
Magic login link callback redirect not working
I built a Nextjs project named vocab builder at link https://vocab-builder.app and deployed it on Netlify. My tech stack is Nextjs, Authjs(v5), Resend. I set the login callback redirect to be my home ...
0
votes
0
answers
55
views
Can't trigger redirects using edge functions on netlify
I'm doing some research on netlify and I read that for redirects you can't use regex as it is not natively supported. Instead I read that you should use edge functions, however they do not seem to ...
2
votes
5
answers
191
views
React App in Prod and Github Page showing blank screen
I've been trying to figure out this issue since yesterday, going through videos and discussions, following everything to a t, yet I'm shown the same error over and over. I created my website using ...
0
votes
1
answer
62
views
Netlify Function works locally but gives 504 timeout in production
Context:
I want to show some records from mongoDB to my front-end chrome extension(iNotes). So, i need backend that will communicate with my mongoDB.
Problem:
I'm building a serverless function using ...
0
votes
1
answer
92
views
CORS when redirecting with netlify
I have a SvelteKit project hosted on Netlify, and the idea is that if a user accesses the route mynetlifyproject.com/route, it should render content from another domain, specifically from app....
1
vote
2
answers
68
views
Trying to deploy NextJS app to Netlify, build fails because of fonts location
I have 3 local fonts in public/fonts path in my Next JS project.
When I try to deploy it to Netlify, it fails because it can't resolve modules for fonts.
This is what my layout.js looks like for fonts....
0
votes
0
answers
52
views
Content showing on localhost but not on deployment page
I'm working on a project that I am building with astro framework.
I worked fine but when I deploying it today the content of two pages are empty.
when I inspect the deployment page - every code ...
0
votes
0
answers
33
views
Unable to Log In to Netlify — Redirected to MCP Example or 404 Error
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:
...
-2
votes
1
answer
116
views
doPost(e): e.postData is Undefined for POST Request from Netlify with application/json [closed]
I'm building a website hosted on Netlify that submits a form to a Google Apps Script web app. The form data is sent as JSON with the Content-Type: application/json header using the fetch API.
The ...
-1
votes
1
answer
111
views
Netlify Redirects Not Working for Forcing .html URLs
I’m running into an issue with my static site, and I could really use some help. Here’s the situation:
Project Structure:
My project is a simple HTML, CSS, and JS site with the following structure:
/...
0
votes
0
answers
49
views
Jekyll + Contentful on Netlify: Webhook rebuilds ignore fresh Contentful data, uses stale _data instead
Problem
When Contentful content updates, Netlify rebuilds via webhook but uses outdated _data files instead of fresh Contentful data. The deployed site remains stale.
Current Setup
Jekyll site hosted ...
0
votes
1
answer
61
views
Deployed app returns an error if I try to initialize a var with preloaded value
We've got a Next.js application and this page which is supposed to show a product at the very first render. Thus, we use getServerSideProps to get the product data on server end:
export const ...
0
votes
1
answer
111
views
Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response, with a Chrome extension
Consider:
I'm working on a Google Chrome devtools panels extension. In it I have:
const toDbBtn = document.getElementById("toDbBtn");
toDbBtn.addEventListener("click", async () =&...
0
votes
1
answer
90
views
CORS problem while sending request to netlify dev server
I'm working on a chrome devtools panels extension. In it I have:
const toDbBtn = document.getElementById("toDbBtn");
toDbBtn.addEventListener("click", async () => {
const ...
0
votes
1
answer
57
views
build errors when deploying to Netlify
So I was happily building and deploying to netlify quite easy up until the other day when I started getting this error:
Failed to compile
12:57:28 PM: ./components/ui/accordion.tsx
12:57:28 PM: Module ...