I have been trying to create a forestadmin application using a ruby on rails data source.
After following all the steps mentioned during the setup, when I run rails server on vs code, although my server is running successfully on vs code (as seen in the attached screenshot), when I open http://127.0.0.1:3000/ on my browser, I only see a blank screen. Furthermore, when I try to unlock my data on the forestadmin panel, I get an error message saying “Your admin backend is unreachable. Please check that it is running and respond to http://127.0.0.1:3000.” Hence, I have been unable to access the admin panel that I am trying to build on my rails application.
Expected behavior
Getting access to the forestadmin application which uses the rails application as a data source.
Context
Please provide in this mandatory section, the relevant information about your configuration:
Project name: colending
Team name: credavenue
Environment name: development
Agent type & version: …
Recent changes made on your end if any: changed postgres port from 5432 to 5434 in my local
Upgraded to ‘forest_liana’ version 7.4.5. That deprecated version error is no longer popping up when I run rails server. But the error message on forestadmin panel ‘Please verify that your admin backend is correctly configured and running, and that you have access to the internet’ is still popping up.’ Except that on thr forestadmin panel, I’m not being asked the login and I’m directly getting the error popup (as visible in the attached screenshot). How to resolve this issue?