404 Not Found /authn/token

Hi,

I have been trying to follow along for creating a custom Speckle App here: Creating Your Own App | Speckle Docs I have gotten to the point where I can successfully get the access_code back from the callback, however whenever I hit the endpoint POST /authn/token I get back a 404 on the OPTIONS preflight from the browser. I was wondering if there are any suggestions to help me debug this further to find the cause?

Thanks

I have found the error of my ways, it’s the “n” in /authn/token. The verify endpoint is /authn/verify meanwhile the token endpoint is /auth/token.

1 Like