Hello. I recently deployed my app and am still working out some bugs that have shown up in deployment. When I try to load a certain view, I get the “We’re sorry, but something went wrong” screen. My console shows the following output:
The initial “ERROR: No such file or director” line seems to be unrelated, and a harmless bug upon reading this thread: Rails app - ERROR No such file or directory (os error 2) logs
My best guess is that the turbo stream is causing issues because the 500 error came only 2 lines after the turbo call. I found this documentation and followed it to the letter: Turbo Streams & Action Cable · Fly Docs
However, it did not solve my problem.
Does anybody have any ideas for things I could try?