When i try to create a new business in my manager.io (server edition) i am getting an error that
The name you have entered contains a folder separator (e.g., ‘/’ or ''). Folder separators are not allowed in names. Please remove any ‘/’ or '' characters and try again.
Fixed in the latest version (25.8.3). The issue was that when you launched server edition with -path argument, you’ve used trailing slash in path. E.g. -path /MyData vs -path /MyData/ The latest version will ignore the trailing slash.