Adam Lee
Adam Lee
@productdevbook I don't think this issue is related to the db connection. In our headless e-commerce stack we are using nitro connecting through to Laravel Most of our endpoints use...
@danielroe Could the issue be due to nitro changing to unjs/httpxy? This does seem to be around the same date 3.7.0 was released. https://github.com/unjs/nitro/commit/dd8101f1ee2627f8a1fe4cdb39dbf6884ec52a9e Also this does seem to be...
This was the issue and I have found a solution which works perfectly 😁 Try adding this to your nuxt config. On my side there are no more timeouts even...
@unitythemaker Are you using localhost with a default port? Your error seems to be related more towards node and perhaps node-rfc What is your current node version? @productdevbook @castrogarciajs did...
> @adam-code-labx My version is 20.9.0, I use default port of nuxt Ok and you still get an error after adding this to your nuxt config? ```ts nitro: { devProxy:...
@productdevbook ummm thats strange overriding nitro devProxy should have worked for you 🤔 Can you share your nuxt config. Not sure it will make any difference but you can try...
@wychoong I think this one can be simply solved by just updating getCurrenciesProperty to check only if enabled Looks like the hasPriceValidationRules depends on this, so I believe thats the...
Well in terms of controlling currencies on the front-end. The livewire currencies property will not impact this. So I see 2 different behaviour options for the hub based on one...