You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
I spun up Okuna locally for evaluation (using python okuna-cli.py up-full). Logging in with the pre-populated users fails with credentials being rejected as incorrect. When I generated a new invitation token using python manage.py create_invite, the frontend (okuna-web) receives a bad request from okuna-api for the invitation token being incorrect.
The text was updated successfully, but these errors were encountered:
Problem solved for me, I found a few hardcoded URLs in nuxt.config.js that I had to set to use my local okuna-api instance running on localhost:80 and the local okuna-web instance on localhost:3000.
I spun up Okuna locally for evaluation (using
python okuna-cli.py up-full
). Logging in with the pre-populated users fails with credentials being rejected as incorrect. When I generated a new invitation token usingpython manage.py create_invite
, the frontend (okuna-web) receives a bad request from okuna-api for the invitation token being incorrect.The text was updated successfully, but these errors were encountered: