π©β‘πͺ
RRailway
β’Created by π©β‘πͺ on 12/28/2023 in #βο½help
Where is the crontab expression?
I don't see it.
15 replies
RRailway
β’Created by π©β‘πͺ on 12/16/2023 in #βο½help
I upgraded to pro. But instead of upgrading my current project, it made a new one.
How can I reverse this and change my current project to pro? It charged me 20$
6 replies
RRailway
β’Created by π©β‘πͺ on 11/21/2023 in #βο½help
Why does my code use local variables?
β creatornest-rails-api git:(main) railway run rails c
Loading production environment (Rails 7.1.1)
irb(main):001> JobPosting.clear_index!
/Users/trevor-indreklasn/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/meilisearch-0.25.1/lib/meilisearch/http_request.rb:111:in
rescue in send_request': An error occurred while trying to connect to the MeiliSearch instance: Failed to open TCP connection to localhost:7700 (Connection refused - connect(2) for "localhost" port 7700) (MeiliSearch::CommunicationError)
/Users/trevor-indreklasn/.rbenv/versions/3.2.2/lib/ruby/3.2.0/net/http.rb:1271:in
initialize': Failed to open TCP connection to localhost:7700 (Connection refused - connect(2) for "localhost" port 7700) (Errno::ECONNREFUSED)
/Users/trevor-indreklasn/.rbenv/versions/3.2.2/lib/ruby/3.2.0/net/http.rb:1271:in `initialize': Connection refused - connect(2) for "localhost" port 7700 (Errno::ECONNREFUSED)
irb(main):002>
From the dash I can see I'm using production env variables.6 replies