pbennett87

Results 3 comments of pbennett87

I have this running perfectly on another domain, using the same setup/versions, the only difference I can see is that I am using a subdomain, anyone else using a subdomain?

It might be worth noting that the /dist/ folder has simply been uploaded to a simple http server, everything else works fine, just not the search, the console log states...

I even hardcoded the api ``` querySkySources: function (str, limit) { if (!limit) { limit = 10 } return fetch('https://api.noctuasky.com/api/v1/skysources/?q=' + str + '&limit=' + limit) .then(function (response) { if...