Oussama Benhamed

Results 7 comments of Oussama Benhamed

Hello! I have the same problem here! Queries always return an empty array! :(

@RomainLanz Hey! Sure thing! I also fixed the name of the method in the example of `withMaterialized` which was wrong.

Did it 3 times, but still got the same error.

Well, I solved my problem. If you would like to know how : In config/http.js, add 'expressVue' to order array after 'poweredBy' and expressVue middleware like that : ```js order:...

@kpturner Use two applications : one for frontend (Vuejs) and one for backend (sails/adonis (my favorite)/whatever) and put every application in its own directory. Don't use any middleware to communicate...