function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pedro Garcia GPedro Garcia G 

error sfdx force:source:push

Hi I got the following error but I can not see the logs

I did: sfdx force:source:push -u demo --loglevel FATAL -f
ERROR running force:source:push:  Push failed.
Alain CabonAlain Cabon
@Pedro Garcia

Not the solution but just a piece of advice by updating the sfdx cli at first (regularly):
https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_update_cli.htm

sfdx force:source:push -u demo --loglevel FATAL -f :  NOTE: This command must be run from within a project.

Do you see the file: sfdx-project.json from within the folder where you try to launch sfdx force:source:push ?
Hari SaroopHari Saroop
@Pedro Garcia G
if you are using the latest version of sfdx, then write a command in VS terminal sfdx project deploy start and it will show you the error where your program has stoped.
hope this will work for you..