changed this line
osc_add_route('bpr-seller', 'company/(.+)', 'company/{identifier}', osc_plugin_folder(__FILE__).'form/seller.php', false, 'custom', 'bpr-seller', __('Company profile', 'business_profile'));
on this
osc_add_route('bpr-seller', 'company/(.+?)/?$', 'company/{identifier}/', osc_plugin_folder(__FILE__).'form/seller.php', false, 'custom', 'bpr-seller', __('Company profile', 'business_profile'));
the link now works with and without slashes. but still, when you go from Instagram via a link to a business profile, a redirect is made to the main page of the site. But with regular profiles, if you switch to it from Instagram, there is no such problem. please tell me how to fix it?