-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rails 7.2-beta3 error #309
Comments
I think something in the new rails is calling |
seems like the problem is no more.. false alarm i think |
actually i discovered this happens on my alpha testing site.. is there a way to configure rodauth on multiple domains? So I'm receiving this error on the e.g. in
v/s something like
|
I'm using one auth database across multiple domains. I guess I should have checked if this is possible with rodauth-rails first? |
If you don't set the |
actually just trying that exact thing! removing the |
i removed those two config variables but im still getting the same error on my
|
I'm on rails 7.2beta3 btw |
This is not a backtrace of the exception, it's just logging around it. If you're able to receive this error in the browser, the error page should allow you to see the full trace. What's currently shown is just that it's coming from the |
Thanks for the quick response! here's the full trace in development.
|
Thanks, I appreciate the backtrace 🙏🏻 The error is odd, it seems like Any chance you could reproduce it in the official demo app? |
Found it, it's not about subdomains, but about query parameters, I was able to reproduce it by setting I'll push a fix shortly. |
Thank you! |
getting the following error on
/login
with rails 7.2beta3NoMethodError - undefined method `parameter_filter' for nil: 00:25:32 web.1 | app/misc/rodauth_app.rb:13:in `block in <class:RodauthApp>'
and my rodauth_app.rb
The text was updated successfully, but these errors were encountered: