Urban Rotnik

Results 2 issues of Urban Rotnik

* **Version**: ``` ruby '3.1.2' gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git', ref: '798255ee7e3fee5cfa2fdc519fd90e281bd9b6f5' gem 'rails', '~> 7.0.3' ``` I am getting an UnsafeRedirectError at: ``` ActionController::Redirecting::UnsafeRedirectError: Unsafe redirect to "https://example.com/signup?auth_token=myAuthToken&blank=true&client_id=ClientID...", pass allow_other_host:...

I am trying to add a column with the `add_property` method but it returns an error. I am getting the same error when I call `rows` on collection. ``` irb(main):004:0>...