- Ably FAQs
- Ably error codes
- Spaces errors
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Error code 101000 - Space name missing
When calling the spaces.get() method, the name parameter must be specified:const space = await spaces.get(‘mySpaceName');
View the documentation for further information on creating a space.