Frox
ohash error eferenceError: Cannot access 'defaults' before initialization
Ok the issue is the new update of h3 https://github.com/unjs/h3/releases
Downgrading to 1.15.0 resolved it.
But the thing is nitro uses h3 as dep: "h3": "^1.15.0",
11 replies
loadingTemplate - how to use?
Asked on SO with more details: https://stackoverflow.com/questions/78765002/how-to-set-loadingtemplate-inside-custom-nuxt-module
2 replies
Repository pattern server side / How to use plugin custom fetch server side ?
Not sure If I understood your question correctly:
But You can define (as on your screenshot) Nitro Handler that will call you PHP API.
Browser -> Nitro -> PHP API.
So your repo with Bearers and endpoints will not be exposed on the client (Browser)
Browser will call you Nitro (Nuxt App) Endpoints.
Is this works for you?
5 replies