Jon Dey

Results 5 comments of Jon Dey

@BillRiess I'm having a problem that I think is somewhat related to yours. The method `getTotalCount` returns the number of results matching your search query in the tntsearch db. When...

Thanks @petehalverson, I tried clearing the cache but got the same result. I’ll try removing the extra composer dependency and use `INIT_PLUGINS` as you suggested.

Still no luck, unfortunately. My docker-compose.yml file now looks like this ``` version: '2.2' services: october: image: aspendigital/octobercms:latest volumes: - ./plugins/rainlab/user:/var/www/html/plugins/rainlab/user # - ./db/database.sqlite:/var/www/html/storage/database.sqlite - ./:/var/www/html/plugins/jd/dingoapi ports: - 9090:80 environment:...

I have been knocking my head against the desk trying to solve this one! Just managed to get it working... I resolved it by explicitly defining the `chromedriver` path. See...

It appears that the middleware `jwt.auth` has to be included for the refresh token to work