OneSignal / onesignal-vue3

Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!
Other
19 stars 5 forks source link

OneSignalSDK Address Invalid #25

Closed ColinTravis closed 1 year ago

ColinTravis commented 1 year ago

What happened?

When loading in the module, when attempting to OneSignal.init(), the console throws an error showing it cannot pull the OneSignalSDK.js file.

The file at https://cdn.onesignal.com/sdks/OneSignalSDK.js seems to have been moved.

Steps to reproduce?

1. Install the current public release.
2. Import the dependency
3. Check console

What did you expect to happen?

Hopefully, the file to load and allow me to initialize the module.

Relevant log output

`GET https://cdn.onesignal.com/sdks/OneSignalSDK.js net::ERR_ADDRESS_INVALID`
rgomezp commented 1 year ago

It may have been a temporary issue as the file looks to be there.