Smart Field not reflecting in UI while developing locally using development server

// Forest Liana Collection (model.rb)

field :risk_profile, type: 'String' do
        "risk-profile"
end

the field ‘risk_profile’ is reflecting in forest admin schema file (.forestadmin-schema.json), but not reflecting on dev server UI

Note:
language → ruby on rails
forest_liana gem version → 8.0.12

Hello @raikrishh,

To investigate on your issue, we need your project name and your environment name please :folded_hands:.

Did you check if the field is just hidden in your layout ? You can consult this documentation to understand how “Display/Hide” a field.

An other current case: Your schema is not sent to forest admin. Can you check your server logs to check if there is an issue at this step ?

Best regards,
Alban

project name : Yubi Invest - B2B2C
env name : Development
→ no its not hidden in layout, its not present in the field list
→ server logs doesn’t give any error specific to the added field

We have identified three Dev environments: Development | investdev2, Development | fixedincomeqa1, and Development | fixedincomeoncall. Which one is the correct one?

The latest schema update we received is 07/03/2025 06:34:58. Could you double-check your env variables to verify to ensure they match your current environment :folded_hands:?

I am using Development | fixedincomeqa1
also I double checked it using forest login and forest init , am using correct env variables
what could be other reasons that schema is not reaching FA server?? How to debug in logs?? Could it be a IT issue like firewall?

Is your env secret ended by 1ce18 ?

yeah @Alban_Bertolini that’s correct

Could you try to run this command please: rails forest:send_apimap?

The command will force your agent to send the schema.