dosco / graphjin

GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

Home Page:https://graphjin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v20.26 panics serving with default dev configuration

wingolab opened this issue · comments

I ran into this error when using the latest version, v0.20.26, in my application when moving from v0.20.18. It doesn't affect v.20.25.

What version of GraphJin are you using? graphjin version

GraphJin v0.20.26
For documentation, visit https://graphjin.com

Commit SHA-1          : 990fed6
Commit timestamp      : 2022-09-01 21:13:03 -0700
Go version            : go1.19.1

Licensed under the Apache Public License 2.0
Copyright 2021, Vikram Rangnekar

Have you tried reproducing the issue with the latest release?

Yes, at the time of writing this, v0.20.26 is the latest release and v0.20.25 is not affected.

What is the hardware spec (RAM, OS)?

Prior version, e.g. v20.25, works.

Steps to reproduce the issue (config used to run GraphJin).

git clone https://github.com/dosco/graphjin
cd graphjin && make install
cd examples/webshop
docker-compose up db -d
graphjin db setup
graphjin serve

Expected behavior and actual result.

Browse to localhost:8080, and you'll see http server panics at serv/auth/auth.go:200 and, consequently, there's no connection on the web UI.