Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update demo for apisix:3.6.0 #1

Open
sbancal opened this issue Nov 7, 2023 · 0 comments
Open

update demo for apisix:3.6.0 #1

sbancal opened this issue Nov 7, 2023 · 0 comments

Comments

@sbancal
Copy link

sbancal commented Nov 7, 2023

Hi,

running this demo with apisix 3.6.0-debian fails:

http localhost:9080/ "apikey:example-key"
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Type: text/plain; charset=utf-8
Date: Tue, 07 Nov 2023 14:31:09 GMT
Server: APISIX/3.6.0
Transfer-Encoding: chunked

{
    "error_msg": "404 Route Not Found"
}

and works with apisix 3.5.0-debian:

http localhost:9080/ "apikey:example-key"
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 13
Content-Type: text/plain; charset=utf-8
Date: Tue, 07 Nov 2023 14:32:26 GMT
Server: APISIX/3.5.0

hello backend

Is there something to fix to work on latest release of APISIX ?

BTW, with 3.6.0 I get plenty of these errors:

2023/11/07 14:39:55 [error] 61#61: *7701 [lua] config_yaml.lua:210: failed to check item data of [routes] err:additional properties forbidden, found method ,val: {"upstream_id":1,"method":"GET","name":"example-route","priority":0,"status":1,"plugins":{"key-auth":{}},"uri":"/"}, context: ngx.timer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant