KodeStar / audiosilo

94 stars 7 forks source link

Unable to Authenticate over HTTPS #9

Open ZachMyers3 opened 3 years ago

ZachMyers3 commented 3 years ago

I'm not sure if this is a configuration error on my end or an issue within this application. I'm attempting to log in to my audioserve instance both through the audiosilo instance you host and my own self-hosted instance and am getting the same result. I'm getting a CORS request blocked. I'm using audioserve:unstable docker image and still have no success.

I also see it routing to https://audioserve.local/authenticate which I can't resolve within my browser.

I was wondering if there were any tips on resolving this information. Here's a screenshot of my console logs when attempting to log in.

store/player/state.js should export a method that returns an object d8f2c86.js:2:199491
watch route triggered 03cb6ac.js:1:1243
Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

set details 5192e71.js:1:11392
TypeError: NetworkError when attempting to fetch resource. 5192e71.js:1:13128
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://audioserve.local/authenticate. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.

Thanks for the help!