[GitHub] [apisix] ShiningRush commented on issue #2006: bug(cors): attempt to concatenate field 'conf_id' (a nil value)

2020-11-23 Thread GitBox
ShiningRush commented on issue #2006: URL: https://github.com/apache/apisix/issues/2006#issuecomment-732533463 I will try to produce the bug in master, We have not been able to produce this bug stably before : ( This is an

[GitHub] [apisix] ShiningRush commented on issue #2006: bug(cors): attempt to concatenate field 'conf_id' (a nil value)

2020-09-17 Thread GitBox
ShiningRush commented on issue #2006: URL: https://github.com/apache/apisix/issues/2006#issuecomment-694634705 I think this is the same problem, the key point is related with [this comment](https://github.com/apache/apisix/issues/2006#issuecomment-669769777)

[GitHub] [apisix] ShiningRush commented on issue #2006: bug(cors): attempt to concatenate field 'conf_id' (a nil value)

2020-08-06 Thread GitBox
ShiningRush commented on issue #2006: URL: https://github.com/apache/apisix/issues/2006#issuecomment-670311269 @backnero Hi, I have a try in my environment, but does not produce the problem, can you give more detail about the bug?

[GitHub] [apisix] ShiningRush commented on issue #2006: bug(cors): attempt to concatenate field 'conf_id' (a nil value)

2020-08-06 Thread GitBox
ShiningRush commented on issue #2006: URL: https://github.com/apache/apisix/issues/2006#issuecomment-669772817 As a workaround, you can using CORS plugin append to each route instead of global rules util the bug is resolved. @backnero

[GitHub] [apisix] ShiningRush commented on issue #2006: bug(cors): attempt to concatenate field 'conf_id' (a nil value)

2020-08-06 Thread GitBox
ShiningRush commented on issue #2006: URL: https://github.com/apache/apisix/issues/2006#issuecomment-669769777 I found that it is because of global header_filter does not generate `conf_id`, in https://github.com/apache/apisix/blob/master/apisix/init.lua#L555 ``` if