Feature(s) impacted
Setup
Observed behavior
Hey there - I recently installed forest as a Rails framework setup. However, when I boot up my server I get a ActiveRecord::ConnectionNotEstablished
error. However, Iβm using MongoDB as the database.
Expected behavior
Successful connection
Failure Logs
[2023-01-03T16:23:14 (process) #7135][INFO] appsignal: Starting AppSignal 3.0.27 (bin/rails, Ruby
2.7.3, arm64-darwin21)
[2023-01-03 16:23:16] Forest π³π³π³ No Apimap sent to Forest servers, it seems that the database is not accessible:
ActiveRecord::ConnectionNotEstablished
route mount ForestLiana::Engine => '/forest'
Is the Rails framework setup compatible with Mongodb as a database? Ideally, I would want to setup via the framework vs a microservice.