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
I can't figure out exactly why this is happening, but it seems, at least when deployed under passenger, settings in the config.yml like:
allow_origin: [ 'http://url1', http://url2'] get globbed to just a string containing the last value and then the allow_origin method in JackSON is throwing an error on trying to run each on the settings.allow_origin
The text was updated successfully, but these errors were encountered:
I can't figure out exactly why this is happening, but it seems, at least when deployed under passenger, settings in the config.yml like:
allow_origin: [ 'http://url1', http://url2'] get globbed to just a string containing the last value and then the allow_origin method in JackSON is throwing an error on trying to run each on the settings.allow_origin
The text was updated successfully, but these errors were encountered: