Tim
Tim
I receive the same error when selecting face: In my compose I have: ``` deepstack: container_name: deepstack restart: always image: deepquestai/deepstack ports: - '5005:5000' environment: - VISION-DETECTION=True volumes: - /home/naeblis/deepstack:/datastore...
I just realized my issue. On deepstack I had `- VISION-DETECTION=True`. I changed that to `- VISION-FACE=True` and now I don't get the 403
I was curious if anyone has started working on this. This is something we need soon, and we were thinking about trying to create an implementation for this, but wanted...
I am seeing the same thing on SB 3.2.4 and Spring Cloud 2023.0.1. I am trying to get discovery working with spring boot admin and on the latest, I get...
Actually I cannot now. I've done a lot of testing, and downgrading resolved the issue, and since then I've been debugging other issues. I just tried going back up to...
So testing around some more, it looks like I'm actually able to get the sequences created, as long as I have the schema created before I standup HAPI. So that...
I ended up just creating a new database in my postgres instance since any schema other than public seems to break things all over