Web - FAQ
Push notifications
Section titled “Push notifications”Can I implement push notifications for Web app?
ConnectyCube provides Push Notification for Web: https://connectycube.com/2025/03/27/introducing-web-push-notifications-stay-updated-anytime/?cat=all
Detailed guide to follow: https://developers.connectycube.com/js/push-notifications/
Troubleshooting
Section titled “Troubleshooting”Increase the token expiry time
Expiration time for session token is 2 hours after last request to API. If you attempt to perform a query using an expired token, you will receive the error message: ‘Required session does not exist.’ In this case you need to recreate a session token. There is a special callback function to handle this case.