A. Rabus

Results 8 comments of A. Rabus

adding build-esm breaks my svlete-kit, getting strange errors of imports not found, at least in dev... Without it runs fine.

here too. ```html login ``` works, but ```js const config = { /// [...] redirect: '/profile', // or: redirect: 'http://localhost:3000/profile', same result: not working... scope: ['openid', 'email'], contentType: 'application/x-www-form-urlencoded', grantType:...

Update: after looking a bit more at the code i found this in `src/providers/oauth2.base.ts`: ```js async signin(event: RequestEvent, auth: Auth): Promise { const { method } = event.request; const {...

come here by google: ``` yarn build (node:14086) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to show where...

possible way for a workaround is perhaps in Examples: https://svelte-select-examples.vercel.app/examples/advanced/create-item Needs some modifications but...

> you need to arrange that [poetry can tell that] your local copy of proj-lib has a version that's compatible with your main constraint. `0.0.0` is not such a version....

FYI: There is a possible workaround for this i found during my search for this problem: [Test your SvelteKit app end-to-end with Playwright and MSW](https://spuxx.dev/blog/2024/sveltekit-playwright-msw/)

was false for me, toggling helped. and i din't mentioned was on mac if that matters