Juan Alexander Rodríguez Álvarez

Joined

1,230 Experience
3 Lessons Completed
1 Question Solved

Activity

Posted in How can I solve this problem?

estoy follow this tutorial https://gorails.com/deploy/ubuntu/24.04, the error docker is in container postgresql
2024-11-11 15:02:41.779 UTC [12883] LOG: invalid length of startup packet
2024-11-11 18:29:10.887 UTC [12886] FATAL: unsupported frontend protocol 0.0: server supports 3.0 to 3.0
2024-11-11 18:29:11.029 UTC [12887] FATAL: unsupported frontend protocol 255.255: server supports 3.0 to 3.0
2024-11-11 18:29:11.170 UTC [12888] FATAL: no PostgreSQL user name specified in startup packet
2024-11-11 18:38:34.549 UTC [12889] LOG: invalid length of startup packet

Posted in How can I solve this problem?

ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1
docker stdout: Nothing written
docker stderr: Error: target failed to become healthy

Posted in Deploy Ubuntu 24.04 Noble Numbat Discussion

shows me this error ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage
/rails/config/environment.rb:5:in <main>'
Tasks: TOP => db:prepare => db:load_config => environment
(See full trace by running task with --trace)
bin/rails aborted!
ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage
/rails/config/environment.rb:5:in

'
Tasks: TOP => db:prepare => db:load_config => environment
(See full trace by running task with --trace)

Posted in Deploy Ubuntu 24.04 Noble Numbat Discussion

I get this error when something is done with the kamal setup command ERROR (SSHKit::Command::Failed): Exception while executing on host 143.198.7.66: docker exit status: 1
docker stdout: Nothing written
docker stderr: Error: target failed to become healthy

Posted in how to process images with carrierwave and delay_job

I am trying to process the versions of the images with carrierware I want to send that process to a queue

Posted in Deploy Ubuntu 18.04 Bionic Beaver Discussion

I have problem with yarn I do not load the files js of my application I made this change in the environments / production.rb config.assets.js_compressor = Uglifier.new (harmony: true) config.assets.compile = true so that I compiled the app I do not know what else to do me I get this warning back when I'm doing the deploy

01 warning "@rails/webpacker > postcss-cssnext@3.1.0" has unmet peer dependency "caniuse-lite@^1.0.30000697".
      01 warning " > webpack-dev-server@2.11.2" has unmet peer dependency "webpack@^2.2.0 || ^3.0.0".
      01 warning "webpack-dev-server > webpack-dev-middleware@1.12.2" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0".
      01 [4/4] Building fresh packages...