multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

Local Deployment not working login

Open juniorverli opened this issue 10 months ago • 7 comments

If I want to run the Multiwoven Docker container locally as a developer (for development), it still forces me to create an account. When I try to create an account, I get an error. I believe it's asking me for an SMTP server, but I don't see the logic in requiring that for a local development environment.

Example: Image

juniorverli avatar Mar 10 '25 16:03 juniorverli

Hey @juniorverli, do you have the USER_EMAIL_VERIFICATION env var set to false? Also, can you show us the exact error you're getting from the browser console?

macintushar avatar Mar 11 '25 09:03 macintushar

@macintushar yes, if i sign up or sign in not working for me

Image

Image

Image

juniorverli avatar Mar 11 '25 12:03 juniorverli

Image

juniorverli avatar Mar 11 '25 12:03 juniorverli

Image If I try to log in, it returns the result in the log but does not leave the login page.

juniorverli avatar Mar 11 '25 12:03 juniorverli

@juniorverli can you join our slack and post this issue there? It'll be easier to communicate there.

macintushar avatar Mar 11 '25 13:03 macintushar

@juniorverli

https://github.com/Multiwoven/multiwoven/issues/639#issuecomment-2713920608

As per the log, the USER_EMAIL_VERIFICATION is not reflecting. Could you check it from the Rails console with puts ENV["USER_EMAIL_VERIFICATION"] and share the result?

afthabvp avatar Mar 14 '25 11:03 afthabvp