twigs67

Results 15 comments of twigs67

I figured out why there are so many queries... ``` //Role.js async getPermissions () { const permissions = await this.permissions().fetch() return permissions.rows.map(({ slug }) => slug) } ``` If a...

Nice job! Althought a great package, it definitely needed some optimization. If I get some free time, I'll allow the package to cache permissions/roles to limit hits on the db....

@j-f1 No, `app.hotel.test` brings me to the main hotel interface strangely enough. The only url that works is `https://app.localhost:4000/`. Unfortunately, I can't get https to work with this url as...

@typicode I get the error page: ``` Error Can't connect to server on PORT=4000 http://localhost:4000 Possible causes Server crashed or timeout of 5000ms exceeded. Server is not listening on PORT...

@j-f1 @typicode I got it working @ `http://adonis-blog.test` but it won't work when a subdomain is added or under https. For the subdomain, it seems that it doesn't register anything...

Is there an update on this? Right now, I'm just adding all of these missing modules to extraResources config, which seems to be working, but I haven't reached the last...

Any word on this? It would be great to add a port.

@kyle-mccarthy I'm getting the following error: ``` Argument of type '{ passthrough404: boolean; viewsDir: null; }' is not assignable to parameter of type 'Partial'. Object literal may only specify known...

@kyle-mccarthy I did not. Sorry about that - should have read a bit more. Thanks!

@kyle-mccarthy yes, it did work for me. However, I had to remove `viewsDir` as it was giving me a 404.