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
Then the error would go away and the __session endpoint be able to set the session cookie.
But this would likely require an update to the vuefire object to allow for the entry of a tenantId.
I am happy to assist with the process but I don't trust myself enough to deliver on the code changes themselves.
Let me know if you need anything else.
Cheers
Nice, thanks for the help! I'm currently busy with other stuff so feel free to give it a try in your own projects and open a PR with what you found. It could always be helpful in the future to add the feature
Reproduction
Reproduction on localhost below
Steps to reproduce the bug
VueFire is currently not tenants aware which leads to 500 errors.
On localhost with the auth emulator:
sessionCookies: true
app.vue
nuxt.config.ts
Expected behavior
Full support of multi tenancy for authentication and session cookies
Actual behavior
The
__session
endpoint currently returns a 500 error with the following message when trying to authenticate with a tenantWhich leads to this error:
Additional information
This bug only occurs when session cookies and tenants are combined. Either of these features work when not put together.
Thanks
The text was updated successfully, but these errors were encountered: