Marcin Szulc
Marcin Szulc
@mcelicalderon thanks for the answer! Then it's best to wait to upgrade as well.
> Hey @openscript! As stated in [#207 (comment)](https://github.com/graphql-devise/graphql_devise/issues/207#issuecomment-1021243045) DTA is one of the main dependencies of this gem and they still haven't released a version that supports rails 7. Support...
> @maszuDEV, created https://github.com/graphql-devise/graphql_devise/tree/rails-7-support to keep support for Rails 7 in a branch thank you very much ❤️
@00dav00 This is what I needed! Works great, thanks a lot!
Hi @siba2893 , try to add in routes: ``` Trestle::Engine.routes.draw do resources :administrators, only: :new, module: "auth/administrators_admin", controller: "admin" end ```
> Hi @maszuDEV I solved it actually it was related to the `config.api_only = true` that I had on my app. when I turned that off it started working properly...
Hello. I am also interested in solving this problem. Have you already managed to do something in this direction? Best
Has anyone managed to solve this problem mby?
Hi, have the same issue. I even tried to copy chapter 7 from tutorial repository but after run problem still exist - navigation is not rendring correctly :(. Any ideas?...