Replies: 7 comments 5 replies
-
Hail, @tito 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
It look like this https://github.com/fief-dev/fief-js/blob/main/src/fetch/index.ts#L1C1-L2C1 make it browser import fail. import nodeFetch from 'node-fetch';
console.log(nodeFetch) |
Beta Was this translation helpful? Give feedback.
-
Hmm, I see. Managing compatibility with both Node.js and browser is quite difficult. I'll see how it can be fixed. I suppose the underlying bundler is Vite? |
Beta Was this translation helpful? Give feedback.
-
I worked to get it working by removing |
Beta Was this translation helpful? Give feedback.
-
any update on this one? or some workaround, trying to make it work with vue as well |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on the JS SDK and will remove |
Beta Was this translation helpful? Give feedback.
-
@frankie567 Would it be great to have a guide for Vue JS? Normally I get along well with backend and devops, but I have to admit that my frontend skills are just enough to call API and render in the browser. |
Beta Was this translation helpful? Give feedback.
-
Hi !
I am trying to use Fief under VueJs/Quasar in SPA mode.
Even if there is no tutorial about it, i tried to do:
But as soon as i try to import and use symbols from fief, i got this error:
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions