hey I got a problem regarding git and heroku - reactjs

Hej guys,
I am having a huge problem regarding heroku and github. I am new regarding github and maybe there is something I do not see at the moment but it drives me crazy.
Technically speaking, the problem is that somehow even with my code changed, the website is not updating. I can see the changes on the localhost3000, but when I do git add . , commit and push nothing is happening. I would appreciate it if someone could help me understand what is happening.
Furthermore, I factory reset my laptop and updated on windows 11. When it comes to heroku log in the git stucks after the login is successful and I do not know if it is supposed to do that. Thank you in advance.
P.S. I will upload photos and more information if someone answers to me!
Sincerely,
Nikos

Not only do you have to push your code to your repo, but you also need to push it to Heroku remote. It doesn't read directly from your repo. Run git push heroku main. This was found in the Deploying Code section of the Heroku docs which may be of help to you.

Related

Can I use create-react-app in a veracrypt partition?

My original question is: HERE.
Today I have noticed that I can use create-react-app as a non-root user! It's great, but it isn't letting me build the app in a Veracrypt partition (please see linked post for specific error message)...
Please, somebody tell me why. :-)
Thank you,
Sam

Error parsing info: Unable to retrieve video metadata

I have made a music bot, and i get the error below everytime I play a song
Error parsing info: Unable to retrieve video metadata
I have googled and found other people who faced the same issue but got it fixed by uninstalling node-ytdl and reinstalling it or by updating to version 3.4.2, i have done both and neither worked.
A few others told that it worked once they started to use a vpn, however even while the bot is hosted on repl.it, i come across the same issue.I do not know how to change server on repl or if its even possible, however if any of you do know how to do so, I would appreciate it if you would tell me.
I am new to coding so please bear with me, thank you.

Updating AppEngine deployed version on GitHub push

Is it possible to auto-deploy to AppEngine when Github receives a new commit? I found a bunch of dead documentation links that suggest it is, however I still have no idea how to set it up. There are some mentions for creating a release pipeline, but I don't see any way to do that in the cloud console anymore.
I've got my code mirroring the GitHub repository already, however I can't figure out how to link this to the deployment pipeline or even how to create a new version. Am I missing something obvious? This seems like it should be incredibly straightforward to do...
The entry on the Google Cloud Platform blog that's supposed to explain how to achieve this is blank. It seems Google quietly killed this feature. Some people have complained that it suddenly stopped working. The only way to do this now is to use Continous Delivery/Integration tools such as Travis CI.

Is there another way to "push-to-deploy" with Google App Engine?

This two-year-old BitBucket “push-to-deploy” (https://cloudplatform.googleblog.com/2014/09/using-bitbucket-for-push-to-deploy.html) option looks really useful/interesting but seems like it’s no longer functional. The link in step 8 seems to have disappeared.
Is it possible to use this general feature somehow even if it doesn’t seem to work with BitBucket anymore?
If anyone has any ideas, it would be much appreciated. Thank you.
We use Jenkins for continuous integration and continuous deployment. You could take a look on https://jenkins.io/ .

SNPP Kannel Redis: How to make them fully work?

I have ubuntu in my computer installed. I built redis from this site and installed it in a directory. Next i downloaded Kannel from this site ****** in a stable release (1.4.4) and configured my kanel.conf as mentioned in this snapshot
I also installed snpp and am running smsbox. When I need to send an sms I do it using 127.0.0.1:13013/cgi-bin/sendsms which communicates perfectly with kannel, snpp. However, even though redis is prompted to be connected with Kannel, Redis table does not populate.
I need help please, whoever knows please answer me. It is of great importance to me.
Possible hint: Redis needs configuration so that it works with CRUD. I have searched through internet in vein. I found poor even no documentation on this issue. Please help!
Thanks in advance
Did you placed all other Kannel configurations properly?

Resources