How to deploy express.js on Netlify

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • How to deploy an Express application on Netlify using Netlify functions.
    Example GitHub repository: github.com/owe...
    ---
    Thanks for watching! Make sure to leave a comment letting me know how you enjoyed the video!
    Twitter: / owenconti
    Website: owenconti.com
    Projects:
    RemoteAuth: remoteauth.com
    Released: released.xyz

Komentáře • 182

  • @dal344
    @dal344 Před 5 lety +18

    Thank you! After so many useless tutorials, your video was the quickest and easiest to follow!

  • @David-ky6ns
    @David-ky6ns Před 5 lety +9

    You don't mince words bruv. Straight, to the point, and accurate. well done.

  • @peresola3885
    @peresola3885 Před 4 lety +22

    Thanks for the video! I struggled a bit for a while because I was getting error when running npm start. It was because I was not tabing the line functions = "functions". So pay attention to that if you struggle too.

    • @Rasmuskvejborg
      @Rasmuskvejborg Před 2 měsíci +1

      Tried that, but the functions folder never appeared.

  • @vishaldhawan420
    @vishaldhawan420 Před 5 lety +5

    This is the simplest and the best tutorial for uploading NodeJS server to Netlify. Thanks dude!

    • @0000oooopppp
      @0000oooopppp Před 4 lety

      Are these features free?

    • @owenconti
      @owenconti  Před 4 lety

      Yes, up until certain page view limits. Check out Netlify’s pricing page

  • @michaellussem1777
    @michaellussem1777 Před 2 lety +13

    nice tutorial - thanks! Meanwhile the npm-script needs no longer the "./node_modules/.bin/" in front

  • @alexanderp7521
    @alexanderp7521 Před 2 lety +18

    Why did you specify full path in "scripts" section like "./node_modules/.bin/netlify-lambda serve src"? It should be just "netlify-lambda serve src". Is there some specific reason for specifying full path?

  • @jaytee4431
    @jaytee4431 Před 3 lety +3

    The only resource I could find that helped me deploy to Netlify. Thanks Owen!

  • @FredySandoval_123
    @FredySandoval_123 Před 3 lety +6

    straight to the point, thanks this saves a lot of time.

  • @sudheer-suri
    @sudheer-suri Před 2 lety +6

    Windows: if you are Getting 'NODE_ENV' is not recognized error , just do npm install "npm install -g win-node-env" and also replace "./node_modules/.bin/netlify-lambda" to netlify-lambda in package.json

  • @libertad83y
    @libertad83y Před 3 lety +7

    Excellent tuto, thanks, I have just this warning message when running but it still working nicely : "WARNING in ../node_modules/express/lib/view.js 81:13-25
    Critical dependency: the request of a dependency is an expression
    @ ../node_modules/express/lib/application.js
    @ ../node_modules/express/lib/express.js
    @ ../node_modules/express/index.js
    @ ./api.js

  • @Michelobe
    @Michelobe Před 3 lety +6

    Great video! this is exactly what I was looking for. I followed the video exactly and got it deployed in 10 minutes, thanks again!

  • @fadilnatakusumah195
    @fadilnatakusumah195 Před 4 lety +4

    Great tutorial, thank you so much. Been looking for this after so many unclear and failed tutorial. You're awesome

  • @dagmawinadew2882
    @dagmawinadew2882 Před 9 měsíci +4

    Hey brother how did the functions directory appear for you out of nowhere?

  • @leanbuzetabernasconi
    @leanbuzetabernasconi Před 2 lety +9

    Hello great video but I have this when I run npm start: start
    > ./node_modules/.bin/netlify-lambda serve src
    '.' is not recognized as an internal or external command,
    operable program or batch file.

  • @savvasstephanides2210
    @savvasstephanides2210 Před 3 lety

    Thank you Owen. This is the best tutorial I've found integrating Express with Netlify Functions. Thanks again!

  • @vuelancer
    @vuelancer Před 3 lety +1

    quick and well-defined video for netlify express. Great buddy!

  • @courtneypike2867
    @courtneypike2867 Před rokem +1

    Thank you so much! So helpful been stuck on this for a long time

  • @randy-russ
    @randy-russ Před 4 lety +2

    Solid tutorial, to the point, no bullshit. Thanks !

  • @omscrx7490
    @omscrx7490 Před 3 lety +1

    Wow brilliant. Been looking for some tutorial like this. Thanks so much

  • @thomaskjr-rasmussen8497
    @thomaskjr-rasmussen8497 Před 5 lety +2

    This is super solid and well produced, cheers!

  • @EugenKondratiev
    @EugenKondratiev Před 4 lety +1

    that`s great. thanks you! quick, simple and useful

  • @user-nl8gh2db7q
    @user-nl8gh2db7q Před rokem

    Amazing video, clear & to the point. Thank you so much!

  • @ethancrabb404
    @ethancrabb404 Před 3 lety +3

    I'm getting a
    "'.' is not recognized as an internal or external command,
    operable program or batch file." error when running npm start. Anyone know any fixes?

  • @Tomersss222
    @Tomersss222 Před 3 lety +2

    Who else checked his speed setting to make sure it is on 'Normal'

  • @LordNases
    @LordNases Před 4 lety

    Thank you so much! Very simple and informative.

  • @zancheema.youtube
    @zancheema.youtube Před 3 lety +1

    Thanks a lot man, this video really helped me. ❤️

  • @syedsaad317
    @syedsaad317 Před rokem +2

    '.' is not recognized as an internal or external command,
    operable program or batch file.

  • @aczerobilly
    @aczerobilly Před rokem +2

    Hi, what do I do if my index html file is located into a different folder like “Views”

    • @ronpb3943
      @ronpb3943 Před rokem

      Have you solved this?
      In my case I don't even have an index.html file, I use a render engine, is there a way to deploy an app like that? (SSR)

    • @Roronoa1062
      @Roronoa1062 Před rokem

      @@ronpb3943 Exactly my issue , trying to deploy an app that has ejs pages using render engine

  • @sankalpadas7888
    @sankalpadas7888 Před rokem +1

    It is showing me this error: ModuleNotFoundError: Module not found: Error: Can't resolve 'mock-aws-s3'
    Someone pls help

  • @goummoboris5194
    @goummoboris5194 Před rokem +1

    you created the functions without showing.. please is there any reason for this ?

  • @user-el3hb3uo5e
    @user-el3hb3uo5e Před 7 měsíci +1

    what is in folder "functions"? how did you created? and what is in that folder?

  • @Sariimativa
    @Sariimativa Před 4 lety +1

    im getting this problem : Can't resolve 'aws-sdk'. please help

  • @bondys-video-kucing
    @bondys-video-kucing Před 6 měsíci

    superb brother Owen!

  • @pallavjadav
    @pallavjadav Před 2 lety

    Thank you Owen... that helped a lot

  • @refaatbitar
    @refaatbitar Před 5 lety +4

    Hey Owen, great video! but I tested your example with Ejs and it got me an error of "Cannot find module ejs" although it's included. I hope you can help me with that.

  • @vemuyaswanth803
    @vemuyaswanth803 Před 3 lety

    I'm now hopping with happiness

  • @canvaapplessons1224
    @canvaapplessons1224 Před 4 lety

    What a lovely tutorial. Subscribed.
    Can you do a video on dockerization of Cordova/ionic app, like a build service to save time?

  • @DuyTran-ss4lu
    @DuyTran-ss4lu Před 2 lety

    It's freaking great. Thanks so much

  • @repuestosgse4513
    @repuestosgse4513 Před rokem

    Hello, my friend, you did a great job, I'm not a Hindi speaker but I understood almost everything you did, I'm trying to deploy my project on Cyclic but I have an error that says this "Error: ENOENT: no such file or directory, stat '/var/task/client/dist/index.html'", I used Vitejs to start the client folder and I don't know if this is the main problem.

  • @port8073
    @port8073 Před 4 lety +2

    its telling me. The loader cant find the module

  • @omerezra9481
    @omerezra9481 Před 2 lety

    I get this error: Support for the experimental syntax 'jsx' isn't currently enabled
    it doesn't work on react?

  • @vicky_s999
    @vicky_s999 Před rokem

    But for me only files in that source directory is working, but my projects have multiple subdirectories. How to build files in those subdirectories ????

  • @dawid_dahl
    @dawid_dahl Před 4 lety +1

    Awesome, thank you!

  • @joyalg9174
    @joyalg9174 Před 3 lety +1

    Very nice and quick video! Looks like you missed covering functions folder. did you create api.js under functions folder?

    • @owenconti
      @owenconti  Před 3 lety +2

      It is automatically created for you by the netlify dev tool

    • @joyalg9174
      @joyalg9174 Před 3 lety +1

      @@owenconti ok got it. Thanks for the quick response!

    • @joyalg9174
      @joyalg9174 Před 3 lety

      I halva a mono repo with 2 project(angular & express). Is it possible to place netlify.toml file inside the express app instead of root? so that it wont affect my angular build.

    • @owenconti
      @owenconti  Před 3 lety

      Set the base directory for each project in the Netlify UI, and then put each netlify.toml in the base directories

  • @someone11233
    @someone11233 Před 2 lety

    I am getting this error
    [
    ModuleDependencyError: Can't import the named export 'Grammar' from non EcmaScript module (only default export is available)

  • @invinciblearmyvlogsshorts7911
    @invinciblearmyvlogsshorts7911 Před 10 měsíci

    where can i keep my modals , in src or in the root folder

  • @ishraq95
    @ishraq95 Před 3 lety

    whats inside functions folder? there is no functions folder in your git repo..

  • @vimuthsomarathna4820
    @vimuthsomarathna4820 Před 11 měsíci

    thanks a lot a very useful tutorial

  • @xicorplayz9293
    @xicorplayz9293 Před rokem +1

    its saying
    > netlify-express@1.0.0 build
    > ./node_modules/.bin/netlify-lambda build src
    '.' is not recognized as an internal or external command,
    operable program or batch file.

    • @AngelGrigoriou
      @AngelGrigoriou Před 10 měsíci +1

      Try just "netlify-lambda build src" instead of having the whole path

  • @siddheshbhosale3311
    @siddheshbhosale3311 Před 8 měsíci

    What is present inside 'functions' folder?

  • @permanar_
    @permanar_ Před 4 lety +1

    So basically we only need the netlify-lambda to make it work on netlify, right? Anyway, I have a question about the npm script, why did you call it directly from ./node-modules/ and not something like only netlify-lambda?

    • @owenconti
      @owenconti  Před 4 lety

      I didn't know you could call local node modules without specifying the path!

  • @cvbahir2284
    @cvbahir2284 Před 2 lety

    Hello dear its awesome video but one question why create functions directory and in which files have so litle bit confusion.

  • @panjigemilang2077
    @panjigemilang2077 Před 5 lety +1

    Nice video sir! but I want to ask a question. I have a custom setting on my package.json for deploying a website on herokuapp :
    package.json
    "scripts": {
    "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
    }
    ^ How can I run this on Netlify settings? because my folder structure didn't look like yours.

  • @SilvaOnTube
    @SilvaOnTube Před 2 lety

    Well this was disappointing. I posted a question on the Netlify community forum. I edited the post to add what I thought might be a promising article, and my post was "temporarily" ??? removed. I hope this video will help me. I'll let y'all know.

  • @mble
    @mble Před 4 lety +2

    3:40 Can I use npx instead?

  • @xiaowang1672
    @xiaowang1672 Před 3 lety

    Thanks for the video. I deployed from my bitbucket. but It is failed. Deploy did not succeed: Deploy directory 'dist' does not exist. Could you let me know what's is the reason?

  • @TOXICJUDGE704886
    @TOXICJUDGE704886 Před rokem

    '.' is not recognized as an internal or external command,
    operable program or batch file.
    there is an error how to overcome this???

  • @nathandesign98
    @nathandesign98 Před 3 lety +1

    How can I do this but with MongoDB? I’ve been struggling for quite some time

    • @maximk7816
      @maximk7816 Před 3 lety +1

      Yeah, I'm now trying to apply this with mongoose js.. and everything seems fine but doesn't work because of Mongo DB, throws an error _"ModuleNotFoundError: Module not found: Error: Can't resolve 'mongodb-client-encryption' in 'D:\JS_React\ToDoBook2
      ode_modules\mongodb\lib'"_
      UPDATE ..and I've just solved the problem by googling the error ))

  • @vinibjazevich4059
    @vinibjazevich4059 Před 2 lety

    Hey Owen I keep getting cors error when trying to make a get request from my front end. I enabled cors in express but that doesn't do anything. I also added
    [[headers]]
    for = "/*"
    [headers.values]
    Access-Control-Allow-Origin = "*"
    to my netlify.toml file.

  • @ellisarmeanca2223
    @ellisarmeanca2223 Před 2 lety

    from where comes the function directory bro please im stuck ?

  • @satishkumar-hp4mu
    @satishkumar-hp4mu Před 4 lety

    If i have done this in typescript, how can i convert it to use the what you have done?

  • @jerome6958
    @jerome6958 Před rokem

    Great tutorial

  • @cankp53
    @cankp53 Před 3 lety

    thank you for sharing. I taking an error like "Function invocation failed: Error: Cannot find module 'C:\_DEV\_FLUTTER\my-app\server\functions\api'" Have you any idea about it ?

  • @hafiztemuri2408
    @hafiztemuri2408 Před 3 lety +1

    What your functions folder contain? Mine does not work until I manually add a folder 'functions/api' and copy all files in that folder. (I am using TS, so I have to copy all the JS generated files to functions/api, otherwise it does not work)

    • @owenconti
      @owenconti  Před 3 lety

      Do the generated files create a /functions dir?

    • @hafiztemuri2408
      @hafiztemuri2408 Před 3 lety

      @@owenconti when I run the serve command it does generate the folder and all the generated JS files in it. To get it working, I have to manually create functions/api folder and move all the files from functions to functions/api. Then it works.

    • @owenconti
      @owenconti  Před 3 lety

      @@hafiztemuri2408 I haven't used TS with this, but you can try changing the `functions` directory in netlify.toml to point to your compiled functions folder, something like:
      functions = "dist/functions"

    • @hafiztemuri2408
      @hafiztemuri2408 Před 3 lety

      @@owenconti I opened a github issue here, github.com/netlify/netlify-lambda/issues/350

    • @hafiztemuri2408
      @hafiztemuri2408 Před 3 lety

      @@owenconti actually this seem to worked, I changed script to `"start": "tsc --outDir dist/api && netlify-lambda serve dist/api",` and `functions = "dist"`. Thanks for the suggestion!!!

  • @victorjohn2545
    @victorjohn2545 Před 2 lety

    So you can really deploy a dynamic website for free? Holy sheeeesh

  • @UIGems
    @UIGems Před 4 lety

    Good one! Font is too small, you can change in next video

  • @yuvrajagarkar8942
    @yuvrajagarkar8942 Před 3 lety

    What is lambda , why can't we normally host like we do on heroku ?

  • @user-kb7gt2ko3h
    @user-kb7gt2ko3h Před 8 měsíci

    you didn't mention about functions folder

  • @user-wf2pb2fq9s
    @user-wf2pb2fq9s Před rokem

    I am not able to run locally. It is producing error
    > ./node_modules/.bin/netlify-lambda serve src
    '.' is not recognized as an internal or external command,
    operable program or batch file.
    Please help

    • @ErlandssonA
      @ErlandssonA Před rokem

      Maybe this is a bit late, but here is the fix:
      Change: "./node_modules/.bin/netlify-lambda serve src"
      To: "netlify-lambda serve src"

    • @Roronoa1062
      @Roronoa1062 Před rokem

      @@ErlandssonA Gives this error
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
      opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
      library: 'digital envelope routines',
      reason: 'unsupported',
      code: 'ERR_OSSL_EVP_UNSUPPORTED'

    • @ErlandssonA
      @ErlandssonA Před rokem

      @@Roronoa1062 Yeah I think all of this is outdated

  • @yuraserdiuk9571
    @yuraserdiuk9571 Před 4 lety

    how work with express.static with netlify?
    I cannot get the correct URL for get the image.
    thanks for video

  • @askcode1330
    @askcode1330 Před 4 lety

    how to deploy ejs developed website on netlify.how to ejs with netlify.Please provide me the solution.Thank you

  • @maximk7816
    @maximk7816 Před 3 lety

    hey, buddy! 1 thanks for the tutorial - it works, 2 I have question: I've got a .env file in my project.. I cant share it Github right? So how do pass my variables to my app?? I mean in order to save it on Netlify..

    • @owenconti
      @owenconti  Před 3 lety +1

      You'll define them in the Netlify UI. Search Google for Netlify .env vars

    • @maximk7816
      @maximk7816 Před 3 lety +1

      @@owenconti thanks man, I've just successfully deployed my app!

  • @s4lmon134
    @s4lmon134 Před 5 lety

    What are the advantages to having an express app with a router separate to the front end if we are just using Netlify functions, wouldn't it make more sense just deploy your functions with your front-end in a "functions" folder which will create your endpoints based off whatever they are named automatically?

    • @owenconti
      @owenconti  Před 5 lety +2

      I don't disagree. I think one of the advantages could be that you are able to utilize 3rd party packages that are written around express. For instance, maybe there's an express middleware that you use to log HTTP requests as an example.
      The video explains *how* to do it, not necessarily that you should/the use cases for it.

  • @dineshdhoni7470
    @dineshdhoni7470 Před rokem

    Thank you so much

  • @symbianizemember6097
    @symbianizemember6097 Před 4 lety

    The title is how to deploy your express.js to netlify, but we cannot even see how to do that because it is already deployed in your netlify account. The tutorial is good but one of the important part is missing

    • @owenconti
      @owenconti  Před 4 lety +1

      You don't have to do anything, that's the point of Netlify. Connect your Git repo, use the settings that I show in the video and you'll be set.

  • @rimidelcavlis445
    @rimidelcavlis445 Před 4 lety

    Hi... does not works here... Page Not Found :(
    It works in localhost only.

  • @saiminpyaekyaw3057
    @saiminpyaekyaw3057 Před rokem

    how did you create functions folder?

    • @owenconti
      @owenconti  Před rokem

      It’s generated for you when you build the project

  • @lastmaj
    @lastmaj Před 4 lety

    is this the only way to deploy an API written in node to netlify ?
    thanks though for the tutorial, it's the only viable thing I have found online

    • @owenconti
      @owenconti  Před 4 lety

      Probably not the only way to use node with netlify, no. You can just use a pure node index.js file.

  • @azimuddinahamed
    @azimuddinahamed Před 3 lety

    Thanks king

  • @malikbrahimi7504
    @malikbrahimi7504 Před 4 lety

    What about connecting a DB? Would you have to cloud host that elsewhere?

    • @owenconti
      @owenconti  Před 4 lety +1

      Yep you’d have to host elsewhere and it wouldn’t be the fastest because of the latency between netlify servers and wherever the DB is hosted

  • @kushaljain3870
    @kushaljain3870 Před 5 lety

    What did you include in your functions directory? I dont know why you cut that part OR it was an error!

    • @owenconti
      @owenconti  Před 5 lety +3

      You don't have to put anything in the functions directory. The netlify-lambda package automatically puts your compiled application from the src/ directory into the functions/ directory. It does this based on the netlify.toml configuration file.

    • @kushaljain3870
      @kushaljain3870 Před 5 lety

      Oh See Media ohh ok. Thanks.

  • @JohnJohn-uh2qv
    @JohnJohn-uh2qv Před 4 lety

    I lost at the last part, how did you deploy it to netlify, like uploaded the file, please show it.

    • @owenconti
      @owenconti  Před 4 lety +1

      Hi John, you have to setup a new project on Netlify's side and point the project at your git repository. I show my configuration details at 4:44 in the video. Netlify will automatically build and deploy the application whenever you push changes to the repository.

  • @talbinyamin9507
    @talbinyamin9507 Před 4 lety

    Thanks for the great video!!! but i have a problem when i trying to fetch data from the API i rcving CORS err, could u oks explain how to fix it?

    • @adithyakamath8225
      @adithyakamath8225 Před 4 lety

      If running on Chrome, you can try adding the CORS Changer extension to your browser. Think it works for Firefox too. Why this error happens? -> I'm not sure.

    • @jeffpunts
      @jeffpunts Před 4 lety

      because when you use serverless, your express app is run in a browser environment instead of a node environment. most modern browsers do not allow websites to call APIs hosted across different domains.

    • @rezadwiputra1416
      @rezadwiputra1416 Před 3 lety

      you can use cors package, by installing npm install cors, and use it in app like app.use(cors())

  • @hugoperez1318
    @hugoperez1318 Před 4 lety

    Great video. My api works following these steps until I try to get information from a json database, I get a 500 Error message instead. Is this possible with netlify-lambda? It works locally but not on production.

    • @owenconti
      @owenconti  Před 4 lety

      Are there logs you can look at to debug? Are the DB credentials correct?

    • @cmilner
      @cmilner Před 2 lety

      same issue for me - locally this works great, but as soon as it's deployed, I get a generic 500 error when trying to GET and POST. I'm using a simple file-based DB (diskdb)

  • @akashrajum3319
    @akashrajum3319 Před 4 lety

    Thanks a lot!

  • @anusrim02
    @anusrim02 Před 2 lety

    Hi Owen, your videos really helpful, but I get an error on npm start, '.' is not recognized as an internal or external command. Can you help me on that. Thanks!

    • @calebpena3729
      @calebpena3729 Před 2 lety +3

      instead of specifying a path in the script try: "netlify-lambda serve src"

    • @kaagman49
      @kaagman49 Před 2 lety

      @@calebpena3729 Great answer i actually thought it had something to do with the script type because i write module type. I couldn't find an answer to this problem till i found your answer!

    • @Rasmuskvejborg
      @Rasmuskvejborg Před 2 měsíci

      delete the './node_modules/.bin/' part

  • @sanidhyagupta003
    @sanidhyagupta003 Před rokem

    netlify-lambda is now depreciated in 2023.

  • @David-ky6ns
    @David-ky6ns Před 5 lety

    Hello I actually have a question about Netlify, Are external API calls allowed on their free tier? Im trying to send mail with sendGrid when I make a POST request on a certain endpoint. The mail works with Node locally, Netlify local deploying but not Netlify hosting (on MYAPP.netlify.com) . please help. also the file is here github.com/Dada-Tech/portfolio-emailer-netlify/blob/master/src/api.js Thanks in advance !

    • @owenconti
      @owenconti  Před 5 lety

      Hi David, I am not sure if Netlify blocks outgoing requests. Do you see any errors in the logs?

    • @David-ky6ns
      @David-ky6ns Před 5 lety

      ​@@owenconti No, I dont see any errors. Maybe I'll just ask Netlify directly

  • @code_react
    @code_react Před 4 lety

    Well you video is awesome but i have monodb connected to my app. how can i resolve my problem with mongodb. its giving me an error "Error: Can't resolve 'mongodb-client-encryption'"

    • @owenconti
      @owenconti  Před 4 lety

      That sounds like the dependency is missing from package.json

    • @code_react
      @code_react Před 4 lety

      @@owenconti Yep i forgot to install all the packages. thanks ;)

    • @code_react
      @code_react Před 4 lety

      @@owenconti Hey there.. during deployment on Netlify. it gives me same error for modules missing. but i have pushed my updated code to github and still i am getting error. i have mongoose package name in my package.json file.

    • @owenconti
      @owenconti  Před 4 lety

      @@code_react Do you have the 'mongodb-client-encryption' package in your package.json too?

    • @code_react
      @code_react Před 4 lety

      @@owenconti No but i installed that package. but after uploading my node express app to netlify. all of my routes were not working in postman. I have used mongodb.

  • @aishwaryanr4072
    @aishwaryanr4072 Před 3 lety

    Could you demonstrate hosting on netlify

    • @owenconti
      @owenconti  Před 3 lety

      What kind of app are you looking to host on netlify?

    • @aishwaryanr4072
      @aishwaryanr4072 Před 3 lety

      @@owenconti nodejs express

  • @david50x84
    @david50x84 Před rokem

    Thanks for making the function folder off screen and never showing what's in it?

    • @owenconti
      @owenconti  Před rokem

      It’s the compiled output. I never actually created it, the scripts do. But I apologize that the edit suddenly shows it

  • @whitemsk8373
    @whitemsk8373 Před rokem

    the functions directory just appeaed out of nowhere

  • @The_Nova_Glow
    @The_Nova_Glow Před 4 lety

    bro, you completely skipped over the part where you created the 'functions' folder.

    • @owenconti
      @owenconti  Před 4 lety +2

      nah bro. just run `npm start` and it's created automatically for you.

  • @omgupta9015
    @omgupta9015 Před 3 lety

    Is netlify free just like heroku?

  • @user-fk2rp8bm6t
    @user-fk2rp8bm6t Před 2 lety

    cool

  • @Abhijeetkumar-yh8cy
    @Abhijeetkumar-yh8cy Před 5 lety +2

    Please make it more elaborated.
    I was not able to follow.

    • @owenconti
      @owenconti  Před 5 lety +1

      Which part did you get stuck on?

    • @Abhijeetkumar-yh8cy
      @Abhijeetkumar-yh8cy Před 5 lety

      @@owenconti i got it after watching once again thank you very much.

  • @Tinwall72
    @Tinwall72 Před 5 lety

    Hi Owen
    How does post work?

  • @cameronadams4366
    @cameronadams4366 Před rokem

    what if you don't want that string '.netlify/functions/api/' in your url ? What if you just want it to be /

  • @armanivers
    @armanivers Před rokem

    Everything works fine, but I'm trying to get rid of the "/.netlify/functions/api" in the url and just shorten it to "/". So far I've learned there is the way of using redirects from netifly. Either in the netifly.toml file or with _redirects file. Both solutions don't work for me, nothing gets redirected. Anyone has any idea?

  • @repuestosgse4513
    @repuestosgse4513 Před rokem

    Hello, my friend, you did a great job, I'm not a Hindi speaker but I understood almost everything you did, I'm trying to deploy my project on Cyclic but I have an error that says this "Error: ENOENT: no such file or directory, stat '/var/task/client/dist/index.html'", I used Vitejs to start the client folder and I don't know if this is the main problem.