Another great content! Is it also possible for you to show deployments of seperate frontend and backend instead of merging both into one? while showing the process of handling CORS, fixing needed URL paths and other issues that there may be in the process of doing so?
@MuhammadAyaz-z5b3 күн бұрын
My first ever successful deployment or MERN app. Thank you so much.
@unpaired-electronАй бұрын
Deployed my first app today. Thank you so much Jon!!
@rany21268 ай бұрын
Nice one Jon! Thank you!
@balajiprakasam22 күн бұрын
it worked!! and i liked the method to build a static front end i was doing it seperately before
@worthydart13 күн бұрын
Is it required to add card information for free deployment?
@balajiprakasam13 күн бұрын
@@worthydart no
@frapes6142 ай бұрын
Thank you, the only thing that worked for me after hours of searching.
@MatheusSilva-qm3ph13 күн бұрын
Very good, congratulations! One question, do you know how to deploy this project to Firebase? If you know, please teach me. Thanks.
@srikalyani33932 ай бұрын
Thank you so much, you helped me alot
@alexpiano7 ай бұрын
Hello! This looks really promissing, I'll try it. Although in my case I'm using a postgres database, so I guess I need first to setup a postgresSQL service on render prior to setting up the web service right?
@devsuthar67957 ай бұрын
someone help im facing bcrypt error Error: /opt/render/project/src/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header
@my-plastine4 ай бұрын
thx bro for this good steps. niceee
@theblancmange12656 ай бұрын
Thank you!
@yashmengji6455Ай бұрын
When I deploy fronted and backend over different web services my backend is not awakened when I open url of frontend
@abhishekpanwar-vg7hj4 ай бұрын
thanks bro really helpful video must watch
@ramashish2942 ай бұрын
Thanku sir, you explain nicely
@joshdionio1075Ай бұрын
but how can i add my environment variables for my client, im using vite
@Sarkh720 күн бұрын
i used commonjs but not module, how should i do that express.statuc part?
@samarbhao47036 ай бұрын
Thank you man
@aditya87784 ай бұрын
any help on this Rollup failed to resolve import "react-router-dom" from "/opt/render/project/src/server/client/src/main.jsx".
@ismaelIb84 ай бұрын
can u update ur github cz they are 2 separated parts (frontend folder is not in backendi folder)
@caT_eDiTx08 ай бұрын
Bro Why the rush? I am getting error that is json error but its good locally😢
@rudrarathore63217 ай бұрын
showing enoent err npm ERR! enoent ENOENT: no such file or directory, open '/opt/render/project/src/my_rooms/package.json' what should I do?
@isaiahokon51927 ай бұрын
In the root directory, type in the filepath to your server folder... For example: ./server
@iwodhxb6 ай бұрын
@@isaiahokon5192 thank you so much
@Sharath.464 ай бұрын
sir do you know when render free plan ends ?
@JedOpeningThingsАй бұрын
You don't need to separate into two services. If you have a MERN project etc. You will need to run npm run build in your client directory. 1. Once the dist folder is created. 2. You will have to go to your server.ts or wherever you server startup is and serve the static files. (Google this) 3. Once the static files are connected to your functions in server.ts. Head on to render and do the same as this video.
@royfrias43792 ай бұрын
Hey jon thanks for the great videos but I am having a big problem I keep getting this error constantly , Ive been trying everything and I just cant get this to work what so ever any tips or advise you can give me please it would be greatly appreciated Error: Cannot find module '/opt/render/project/src/server/index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1248:15) at Module._load (node:internal/modules/cjs/loader:1074:27) at TracingChannel.traceSync (node:diagnostics_channel:315:14) at wrapModuleLoad (node:internal/modules/cjs/loader:217:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:166:5) at node:internal/main/run_main_module:30:49 { code: 'MODULE_NOT_FOUND', requireStack: [] }
@luce95747 ай бұрын
thankyou so much for this video , It helped me a lot