Login Time out during installation

I am trying out proofkit and the terminal is getting to the instruction If the browser window didn’t open automatically, please open the following link to login into your OttoFMS server:

The window is opening on its own and I am getting a successful message without needing to use the link (I have tried the link too) but the terminal commands doesn’t move on and then times out

“Login timed out. No worries - it happens to the best of us”

On a Mac running 15.6.1, FMS 22.0.2, OttoFMS 4.11.1

Advice please.

Hmm, behind the scenes the ProofKit CLI is trying to poll the Otto API to see if you’ve logged in. If this API call fails, it will timeout after some time

https://filemaker.yourserver.com/otto/api/...etc

2 things I would try:

  1. ensure there are no special redirects or firewall settings that are limiting access to the server at these urls
  2. restart the otto fms process

If neither of those things work, you can also generate an Admin API key directly and pass it to the CLI command, which will bypass the need for this magic login flow. I’ll be sure to add this workaround back to the docs site

pnpm dlx @proofkit/cli init --adminApiKey <your_key>