Maté

Results 14 comments of Maté

Did you go through readme file? Check if you database structure is correct: https://github.com/hugodias/cakegallery/blob/master/Config/cakegallery.sql What kind of error you are getting?

Have you clicked on a hit f.e. "Motorola - MOTO G (4th Generation) 4G LTE with 16GB Memory Cell Phone (Unlocked) - Black" on the right side of the intreface?...

@Haroenv even more problematic is that results are requested multiple times as well. Upon inspection of network pane you will see this, for every click:

All you can do for now is to use `algoliasearch(xxx, xxx, { _useRequestCache: true })` to prevent multiple queries to be sent to algolia. I don't think re-rendering was/can be...

Seems that I've fixed the issue, copied the Resolution part of new swagger-ui.js and replaced in this one.

However picks this up, many thanks in advance for support. We are currenlty solving the problem in default.vue template ``` async created() { await this.authenticate() .then(() => { // todo...

I've created a plugin to solve this problem. It works with localstorage. Needs to be edited slighltly for cookie storage ``` // ~/plugins/authInit.js const storedToken = typeof localStorage['feathers-jwt'] !== 'undefined'...

Sure, I will do it with pleasure. I just thought that something is not working as supposed to for me, rather than it's a missing functionality

I put this in the docs in a quite early place, related to auth. It's becuase I assumed this functionality is included and actually lost significant amount of time trying...

Doesn't work for you with SSR you mean? My project is a simple SPA, I forgot to mention I haven't tested SSR, I don't think it will work