-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Issue with trying to connect to some of our database servers/db's in azure:
Failed to create directory: Error: ENAMETOOLONG: name too long, stat '/home/romeodewit/.config/Cursor/User/globalStorage/dbcode.dbcode/schemas/cloudProvider_${very long ID string}
This is because of the component character limit set to 255 bytes. Should be an issue fix by allowing longer character string for the actual connection.
Could be solved by using a short ID or Hash rather than a base64 enocoded string which tents to get quite long with nested resources, like encountered in Azure sometimes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels