Cannot edit fields in Studio – error Failed to retrieve data

Hi @Cadej,

Yet again, thanks for the feedback.

Could you send a screenshot of the error, please? and also check the browser’s network tab and console to see if there are any errors?

Could also check your legacy .htaccess please? In public/legacy/.htaccess

If your vhost is directly pointing to SuiteCRM’s public folder, the RewriteBase on the above file should be something like:

    RewriteBase /legacy

if your instance is at https://<some-host>.com/subfolder/

The your RewriteBase should be:

    RewriteBase /subfolder/public/legacy

Please let me know if this helped.

1 Like