Komentáře •

  • @GetRifik
    @GetRifik Před 10 měsíci +4

    How are you currently deploying your NextJS app?

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

    Awesome video! Simple, direct and just what I needed! 👏

  • @musabhussain3641
    @musabhussain3641 Před 5 měsíci

    wow! its so clear!! Amazing!

  • @lucifer3646
    @lucifer3646 Před 9 měsíci +1

    you are underrated! Love your videos

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

    1:20 thanks this is what I've been looking for, for the past week!

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

    Incredibly helpful vid, was looking for something like that, thanks

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

      Glad it was helpful! Thanks for the support

  • @fh3r3
    @fh3r3 Před 5 měsíci

    thanks! very clear!

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

    Thank you for the video! Keep them coming 🙌🏻
    Currently deploying on firebase here, and your vídeo kinda gave me peace of mind. I didn’t explore too much the other options tbh, I just evaluated auth options and firebase seemed the more appropriate for my use case, plus using firestore for my db is quite straightforward :)
    I’ve been using next.js with page routing and looking to transition to app router later this year probably 🤞🏻

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

      Glad we gave you some peace of mind!!
      Totally agree, firebase pretty much had everything you need in 1 place. Hard to look elsewhere with so many great features.
      Good luck with the app router transition!

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

      I’ve been using Firebase to deploy my next js application, but for some reason, i don’t see the images on the page, can you help me?

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

      @@machadoemiliano9664 are you using next.js Image component? If so you might need to add firebase storage (assuming that’s were you’re saving your images) to the acceptable domains on next.config.
      And a brief update now that I re-read my comment: for the last three weeks I’ve been migrating my project out of firebase and into supabase 😅 but for other reasons… but I’m almost done with the migration!

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

      I've tried everything but I still can't get it to load, I've already added the images to the firebase storage, moved the public folder where I have the images to app because in the web console I was getting error 404 because I couldn't find the path, I'm tired I'm going to go to vercel or netlify.@@GatoNordico

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

      Y por cierto, tambien hablo en español

  • @MaxWis
    @MaxWis Před 4 měsíci

    Ive been having some big problems with firebase... For some reason whenever i make an app that does anything with the pages/api or app/api folder the cloud function it generates for you always times out. do you know of a way to fix this? :)

  • @samuelluz
    @samuelluz Před 9 měsíci

    Obrigado pelo Video!

  • @ukaszStrzelecki
    @ukaszStrzelecki Před 6 měsíci +4

    You have to rethink your recommendation of Firebase Hosting :) I've just build a simple app with Next.js and I have a hard time with Firebase deployment. The same code works flawlessly on Vercel but not working on Firebase at all. On firebase I don't have access to server logs (or I don't know how to find it) so I don't know what is happening. I will be great if you make a video about debugging deployment on firebase hosting and how to find a problem. Cheers

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

      I finally figured this out the 1:20 time stamp was the last part I needed to complete my Firebase SPA.

  • @ionutsandu5913
    @ionutsandu5913 Před 5 měsíci

    Thanks!

  • @mauriciovalencia8370
    @mauriciovalencia8370 Před 7 měsíci

    Thanks for breaking it down! Looks like vercel's free hobby plan can't be used commercially though

  • @SakthiCs
    @SakthiCs Před 5 měsíci

    Specified "rewrites" cannot be used with "output: export" I got this error..how to solve this

  • @jogiwalamohit4433
    @jogiwalamohit4433 Před 3 měsíci

    Can I deploy next app when I have firebase blaze plan?

  • @classicaf
    @classicaf Před 4 měsíci

    thank you

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

    Great video

  • @yunyang6267
    @yunyang6267 Před 9 měsíci

    what do you use to monitor next app performance and logs

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

      I usually deploy my next apps to Vercel. For small apps I just use the vercel logs.
      For larger/enterprise apps I usually have use elasticsearch and kibana.
      I've really wanted to try out sentry.io though, it also collects errors your users see in the client.

  • @AndriusLau
    @AndriusLau Před 4 měsíci

    When we can expect video of Nextjs and Docker?

  • @theSavanahDev
    @theSavanahDev Před 7 měsíci

    Thank you for the video, I appreciated it a lot. Could you please do one where you deploy Next.js to Firebase hosting?

    • @GetRifik
      @GetRifik Před 6 měsíci

      Thank you for the request!

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

    Hey, could you explain about next js custom server to deploy on servers like iis.

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

      Are you referring to "ISS" Microsoft's Internet Information Services?

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

      @@GetRifik yes. Our company uses an IIS 10.0 server.

  • @adityamarzuk5970
    @adityamarzuk5970 Před 9 měsíci

    I got blocked by verce idk whyl and can't register aws my only option is firebase i guess 😢

    • @GetRifik
      @GetRifik Před 9 měsíci +1

      Firebase is nice since it has a vast ecosystem of tools!
      If you want an almost exact replacement to vercel try out netlify.

  • @Namynnuz
    @Namynnuz Před 6 měsíci

    Where's the other possibility, when you scoop out dynamic code and host it as lambdas?

  • @brianruizy
    @brianruizy Před 8 měsíci +2

    add video chapters please!

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

      Thank you for letting us know!

  • @codeNinja2320
    @codeNinja2320 Před 3 měsíci

    Netlify doesn't support ISG