-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL is not a constructor #44
Comments
Hi @sammypanda, there seems to be a problem with the |
Thank you @amz-tools ✨ I did this one (removing the require statement) as it's the advice that aligned best with my node version |
@sammypanda This is probably an issue with how you are using the package (importing it to Vue via Nuxtjs). I'm not too familiar with Vue and Nuxtjs but I would guess you will have to customize quite some things within the package to make it work properly for your use case. |
Thank you (^^) |
@sammypanda, did you happen to get it working in your setup? |
Hiya!
(Vue/NuxtJS)
I'm able to get an output by console logging the response, but it comes with this error:
I'm currently using the amazon-sp-api through a js file that's imported to the Vue instance through Nuxt plugins.
I'm not sure if it's because of that way im using it, and maybe Vue is doing something to it, or if i've made a silly mistake in where i put it (but i've already had some issues like with the env vars not being available before the plugin is run).
The text was updated successfully, but these errors were encountered: