authzed / examples

A collection of examples for SpiceDB users
Apache License 2.0
35 stars 6 forks source link

postgres.yml fails with docker compose #14

Closed developeer closed 1 year ago

developeer commented 1 year ago

I am running docker 24.0.6 and the postgres.yml on ubuntu 22.04. I can't connect to localhost:8080 I am using authzed/spicedb:latest and latest-debug. The browser gets a connection reset error. I tried v1.24.0-debug same result I tried v1.23.0-debug and it worked. I was able to connect from browser.

Something has changed that causes a connection reset. I tried all 3 browsers (edge,chrome,firefox) which same result on each test. Worked on 1.23.0 and failed on 1.24.0 and 1.25.0.

vroldanbet commented 1 year ago

The SpiceDB dashboard has been deprecated in 1.24.0 so there is nothing listening to 8080. That port should removed from the example

developeer commented 1 year ago

THank you. Are there any other parts of the example repo that should also be removed/or modified based on functionality change?

vroldanbet commented 1 year ago

No further changes are needed after the dashboard removal. Please reopen if you find any new issues.