Jon Dey
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
We're also seeing a similar issue, all on Safari. Version: 3.5.2 ``` RangeError: Bad value decode([native code]:) _f(../../node_modules/mapbox-gl/dist/mapbox-gl.js:31) define(["exports"],(function(t){var e="3.5.2";let r;const n={API_URL:"https://api.mapbox.com",get... readFields(../../node_modules/mapbox-gl/dist/mapbox-gl.js:33) read:function(t,e,r,n,i){var s,a,o=8*i-n-1,l=(11,c=-7,h=r?i-1:0,p=r?-1:1,f=t[e+h];for... vf(../../node_modules/mapbox-gl/dist/mapbox-gl.js:31) define(["exports"],(function(t){var e="3.5.2";let r;const n={API_URL:"https://api.mapbox.com",get......