orchestrator-core icon indicating copy to clipboard operation
orchestrator-core copied to clipboard

[Feature]: Update documentation to reflect localhost authentication errors

Open Justin-Zwart opened this issue 1 year ago • 1 comments

Contact Details

[email protected]

What should we build?

In docs/workshops/beginner/start-applications.md, I have run into some issues with setting OAUTH2_ACTIVE to false. The frontend reports these errors as CORS errors, which leads to some tricky debugging.

I would recommend mentioning in the tutorial that this error is easy to run into if running on a standard localhost setup. It could be mentioned for instance that running with this value set to false can be done with OAUTH2_ACTIVE=false uvicorn --host localhost --port 8080 main:app.

Relevant pseudo code

No response

Justin-Zwart avatar Jul 02 '24 14:07 Justin-Zwart

@Justin-Zwart we welcome PR's ;)

pboers1988 avatar Jul 03 '24 12:07 pboers1988

Completed in #733

Mark90 avatar Jul 07 '25 11:07 Mark90