Тёмный

Deploy Express Application using Netlify for Free - Serverless Functions | 2024 UPDATE 

The Dev Corner
Подписаться 170
Просмотров 4,8 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@danielmayo4315
@danielmayo4315 4 месяца назад
the video is great just zoom in a little
@thedevcorners
@thedevcorners 4 месяца назад
Appreciate for the input!
@kadirbozkurt2412
@kadirbozkurt2412 3 месяца назад
I build my react/node project. If I choose my dist directory as publish directory while deploying, it doesnt call the functions on front end. If I don't choose directory for publish, I see 404 error of netlify. Any solution for that?
@RajeshTechForge
@RajeshTechForge 2 месяца назад
Good Tutoriall but too annoying to see the code. 1. Just zoom In the editor, 2. Add a soft bg music.
@thedevcorners
@thedevcorners 2 месяца назад
Appreciate it man!
@ShikimoriKuruma
@ShikimoriKuruma 5 месяцев назад
wow thanks bro
@EsHbAnBaHaDuR
@EsHbAnBaHaDuR Месяц назад
very nice. My routes are in /Routes/courseRoutes.js file so how can i access them?
@sanketmane5838
@sanketmane5838 2 месяца назад
netlify-lamda has already been deprecated. How to do it without netlity-lamda ?
@harshasuraweera
@harshasuraweera 4 месяца назад
Great tutorial... By the way I have a question, is that route prefix "/.netlify/functions/" a must? PS: Found that it can be solved by adding a redirect rule to netlify.toml like this [[redirects]] force = true from = "/api/*" status = 200 to = "/.netlify/functions/api/:splat"
@thedevcorners
@thedevcorners 4 месяца назад
Yes, it's a must! Thanks for the addition!
@harshasuraweera
@harshasuraweera 4 месяца назад
@@thedevcorners np.. seems above rule can only be used with express apps.
@girish_bora0
@girish_bora0 Месяц назад
@@thedevcorners Is there a way to deploy from github?
@juanpasten6077
@juanpasten6077 4 месяца назад
It doesnt' work for me but thanks!
@thedevcorners
@thedevcorners 4 месяца назад
Can you give the details why it didn't work?
@juanpasten6077
@juanpasten6077 4 месяца назад
@@thedevcorners My men! It ended working!! Two things: my gratitude to you for you willing to help. With that I was going to make a good explanation to get help by you and, in the process, I fix it. Now I was trying to make a good explanation on why it was break and I get with this: ▬ If you use a template string plus some variables, it would not work. I had something like this « const ROUTES = { MOVIES: `movies`, HOME: `/` } app.get(`/.netlify/functions/app/${ROUTES.MOVIES}/:id`, fn) » That's going to throw an error. This is how I fix that: « const PREFIX_ROUTES = "/.netlify/functions/app" const ROUTES = { MOVIES: `${PREFIX_ROUTES}/movies`, HOME: `${PREFIX_ROUTES}/` } app.get(ROUTES.HOME, fn) app.get(`${ROUTES.MOVIES}`, fn) app.get(`${ROUTES.MOVIES}/:id`, fn) » Thanks for all =)!
@juanpasten6077
@juanpasten6077 4 месяца назад
@@thedevcorners I though I made a reply but it was not the case. The problem was the use of template strings, I had something like this: `/.netlify/functions/app/${ROUTES.MOVIES}/:id`. That doesn't work for I don't know which reason. But if I extract the prefix into other variable it ended working. Like this: «const ROUTES_PREFIX = "/.netlify/functions/app"; const ROUTES = {MOVIES: `${ROUTES_PREFIX}/movies`}; app.get(`${ROUTES.MOVIES}/:id`, fn)». So, thanks so much for your willing to help ♥
@muratyonev6000
@muratyonev6000 3 месяца назад
It does not work. waste of time
@thedevcorners
@thedevcorners 3 месяца назад
Thank you :) at least it works for me.
@Bollyspeedup
@Bollyspeedup 4 месяца назад
I have actually already made the project in github so can you help me with that
@thedevcorners
@thedevcorners 4 месяца назад
Glad to hear that! have you followed the instruction in the video?
@Bollyspeedup
@Bollyspeedup 4 месяца назад
@@thedevcorners I already have made the repo and project before
Далее
Netlify Serverless Functions with Netlify Dev
12:17
Просмотров 29 тыс.
БАГ ЕЩЕ РАБОТАЕТ?
00:26
Просмотров 123 тыс.
Should you use a VPS instead of Vercel, Netlify & co?
13:14
Create A Serverless Netlify Function In 10 Minutes
15:46
This is How I Scrape 99% of Sites
18:27
Просмотров 98 тыс.
Getting started with Netlify Edge Functions
9:12
Просмотров 9 тыс.