Hey everyone, some people are getting a permission denied error when following this tutorial. To solve this, just push the changes you made to your app for render, to github. the changes are render-build.sh and render.yaml.
Hi, I have a question, normally in local we use bin/dev that takes more commands from yarn(yarn build --watch or yarn build:css --watch), I have to add this extra commands in start command?, thanks for the video
I'm getting " was blocked because of a disallowed MIME type (“text/html”) " error in the production browser console and some of the features are not working after hosting in render, anyone how to fix ?
What if I already have a project that I have already finished using SQLite? I could switch to postgressql without giving an error, because all my project data is stored in the sqlite database and not in pg
what about windows?? i installed postgres but gave me an error for Caused by: PG::ConnectionBad: connection to server at "localhost" (::1), port 5432 failed: fe_sendauth: no password supplied (PG::ConnectionBad)
Yeah I have gotten this error a lot. Here’s how you solve it. First you have to know that Rails tries to connect to Postgres using the user of the pc. Find this by seeing the user when you go to command prompt. Then you need to alter that role so that it can create databases. An easy way to do this would be to used Pgadmin4. If you want I’ll guide you through the process as it can actually be difficult
Hey everyone, some people are getting a permission denied error when following this tutorial. To solve this, just push the changes you made to your app for render, to github. the changes are render-build.sh and render.yaml.
i have pushed everything ..but still showing bin/rails permission denied
Hi, I have a question, normally in local we use bin/dev that takes more commands from yarn(yarn build --watch or yarn build:css --watch), I have to add this extra commands in start command?, thanks for the video
Yeah
I'm getting " was blocked because of a disallowed MIME type (“text/html”) " error in the production browser console and some of the features are not working after hosting in render, anyone how to fix ?
i literally have a rails app to deploy on render by today, thank uuuuuuuu
Well than you’re pretty lucky I can’t lie
I click "Create Post" and nothing happens. I saved all files as it was showed in video. Where i did mistake? Please HELP!
Server issues
What if I already have a project that I have already finished using SQLite?
I could switch to postgressql without giving an error,
because all my project data is stored in the sqlite database and not in pg
No, the db itself will be lost
is there a way to deploy rails on a shared hosting like hostinger? thanks!!
Yes there is a way. I’ll make a video on it.
what about windows??
i installed postgres but gave me an error for
Caused by:
PG::ConnectionBad: connection to server at "localhost" (::1), port 5432 failed: fe_sendauth: no password supplied (PG::ConnectionBad)
Yeah I have gotten this error a lot. Here’s how you solve it. First you have to know that Rails tries to connect to Postgres using the user of the pc. Find this by seeing the user when you go to command prompt.
Then you need to alter that role so that it can create databases. An easy way to do this would be to used Pgadmin4. If you want I’ll guide you through the process as it can actually be difficult
@@MalachiRails ofc please guide me
on this!
@@kartiksaxena2515 Hey, your comment was glitched, i tried so many times to reply
@@MalachiRails youtube should also be built on rails 😂😂 they should learn from your tutorial
@@kartiksaxena2515 Exactly
The best RoR channel
Thank you.
./bin/rails: Permission denied getting this error..
how to fix it?
In this case it may be that you have to add the all the environment variable to render including master.key and secret key base
Thank you
Everything working?
I am getting an error of permission denied on ./bin/rails please help
It means you have to run as Admin.
You can also check out my Patreon www.patreon.com/user/membership?u=89485299
@@MalachiRails I did run as admin, I am using Cmder command line
@@joshuavaleta598 Make sure the rails master key is the same
hey i am getting the same error how to fix it?
@@_ShouravChy Hey, It might be because of render-build.sh not being on the github repo.
cool
Thanks
Industrial revolution and its consequences, chapter 1
I don’t understand