vivid-dev edited a comment on issue #1693: URL: https://github.com/apache/incubator-apisix/issues/1693#issuecomment-642390908
I also encountered the same error when I used root to install and run apisix. To solve these you have to do these: 1.access apisix return 500. --run `export prefix=`pwd` ` in apisix root path 2.access apisix return 403. -- add` user root;` in apisix conf ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
