OkunaOrg / okuna-api

🤖 The Okuna Social Network API
https://okuna.io
MIT License
239 stars 81 forks source link

Newly generated invite tokens rejected as invalid, pre-populated users login failed #761

Closed danbim closed 3 years ago

danbim commented 3 years ago

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.

danbim commented 3 years ago

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.