Open-Assistant
Open-Assistant copied to clipboard
Can't fetch tasks when logging in as a debug users
The website writes a copy of a fetched task to a local database and associates it with the user id fetching the task.
It seems that when using debug credentials, no user entry is created. I think we can use one of NextAuthJS's hooks to make this work correctly but i'll need to check.