greyoxide
Talk to an Engineer form busted
Upgraded to Pro plan so I could use the talk to an engineer feature only to find that the form is totally busted. Half the time the project selection drop downs don't even populate. In the rare case that your able to fill out all of the drop downs the submit form never get's enabled.
19 replies
Getting memory errors when I try to interact with ActiveRecord models
Im getting the following errors when I try to interact with about any model in my app.
ruby(25572,0x1d995dec0) malloc: double free for ptr 0x130011200
ruby(25572,0x1d995dec0) malloc: *** set a breakpoint in malloc_error_break to debug
I dont seem to be getting errors when using basic rails commands just trying to interact with models, here's an example:
Loading production environment (Rails 7.0.8)
irb(main):001> Time.zone.now
=> Tue, 26 Dec 2023 19:55:34.680327000 UTC +00:00
irb(main):002> SecureRandom.hex(8)
=> "750e8d097402c96a"
irb(main):003> Program.first
ruby(25696,0x1d995dec0) malloc: double free for ptr 0x115008200
ruby(25696,0x1d995dec0) malloc: *** set a breakpoint in malloc_error_break to debug
The app runs great in development. I've never seen these errors before I don't even know where to start testing.18 replies
Unable to add domain name
I'm using cloudlflare and I'd like to point my domain at my railway app instance.
I've followed the instructions found here: https://docs.railway.app/deploy/exposing-your-app#add-a-custom-domain
i've got my app running at 0.0.0.0 and $PORT
when adding the dns settings i was shure to make sure the cloudflare proxy status was set to DNS only.
Regardless of my efforts though: the Railway settings page says Waiting for DNS update
what am I missing?
11 replies
Looking for way to run LibreTranslate as a service on railway
I'm looking for a way to run https://libretranslate.com on my railway instance. Ideally it would be available to my app via the private networking feature. I just don't know enough about the railway environemnt to troubleshoot this any further. Has anyone else got it to run? if sow what steps did you take?
11 replies