fnsne

Results 6 comments of fnsne

I'm having a same issue too. I read the code start here .And don't know why the condition of cotentID/VolumeID is `LIKE '%file:///%'`. https://github.com/marcus-crane/october/blob/7d4f38fc4a8ee2ff56bfc097173ec3777083f6e4/backend/device.go#L228 there is no bookmark/content has contentID/volumeID...

> I'm having a same issue too. I read the code start here .And don't know why the condition of cotentID/VolumeID is `LIKE '%file:///%'`. > > https://github.com/marcus-crane/october/blob/7d4f38fc4a8ee2ff56bfc097173ec3777083f6e4/backend/device.go#L228 > > there...

> > > I'm having a same issue too. I read the code start here .And don't know why the condition of cotentID/VolumeID is `LIKE '%file:///%'`. > > > >...

I think the official integration is wiered. I faced the same trouble two week ago after it work very well for one or two month. So I take a try...

@Dexus Have you considered using `iris.New()` instead of `iris.Default()`? I meet the same problem and found `iris.Default()` 's comment said it already includes an allow all cors middleware. And `iris.New()`...

@Dexus It seems strange, and I'm unsure why it happend.