You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I used your example app and got the following error:
ERROR: PlatformException(error, TypeError: dart.global.Pusher is not a constructor, null, null)
Server side: GO. This server operates well with a VUE-frontend.
The server sends an initial message.
Of course, I adjusted the key and secret key in the server with the (new) application in pusher.
The pusher overview states that the server sends a message.
I test in a browser, opened with visual code studio.
Any idea why the error occurs?
The text was updated successfully, but these errors were encountered:
Hi,
I used your example app and got the following error:
ERROR: PlatformException(error, TypeError: dart.global.Pusher is not a constructor, null, null)
Server side: GO. This server operates well with a VUE-frontend.
The server sends an initial message.
Of course, I adjusted the key and secret key in the server with the (new) application in pusher.
The pusher overview states that the server sends a message.
I test in a browser, opened with visual code studio.
Any idea why the error occurs?
The text was updated successfully, but these errors were encountered: