captivator
captivator
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
@kapa.ai so the answer was simple: i just didnt include .mjs in vite.resolve i am so angry rn
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
OF COURSE
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
of course
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
oh
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
No description
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
oh
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
@kapa.ai so the "composables.mjs" and "composables.d.ts" exist in the folder, but vite keeps on saying me that "maybe the file doesnt exist"? it just doesnt want to import useApollo from the library, even though its THERE and it finds the path.
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
if i dont fix this them im just going to write my own wrapper over apollo client instead of relying on alpha versions of nuxt modules or vue packages
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
i have decided to make a post here because i genuinelly have no idea how to solve this
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
No description
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
the file is there but it just doesnt get imported
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
i reinstalled node_modules freshly and deleted .nuxt, and it didnt help
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
i tried it in a fresh project and it imported everything fine
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
it just doesnt want to import the composable
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
the most puzzling thing about this problem is that its really weird and out of place
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
@kapa.ai so my problem is that i get this random 500 error:
[plugin:vite:import-analysis] Failed to resolve import "D:/dev/main/convenotes/node_modules/@nuxtjs/apollo/dist/runtime/composables" from "composables/useGlobalApollo.ts". Does the file exist?

D:/dev/main/theproject/composables/useGlobalApollo.ts:1:28

1 | import { useApollo } from 'D:/dev/main/theproject/node_modules/@nuxtjs/apollo/dist/runtime/composables';
| ^
2 | export const useGlobalApollo = () => {
3 | const nuxtApollo = useApollo();
[plugin:vite:import-analysis] Failed to resolve import "D:/dev/main/convenotes/node_modules/@nuxtjs/apollo/dist/runtime/composables" from "composables/useGlobalApollo.ts". Does the file exist?

D:/dev/main/theproject/composables/useGlobalApollo.ts:1:28

1 | import { useApollo } from 'D:/dev/main/theproject/node_modules/@nuxtjs/apollo/dist/runtime/composables';
| ^
2 | export const useGlobalApollo = () => {
3 | const nuxtApollo = useApollo();
the file exists, i checked. i tried importing it manually but it also doesnt resolve. i can import other composables as usual, but not this one. i am stuck with this problem for 2 days now.
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
(i had to split the context behind the problem and the actual post)
34 replies
NNuxt
Created by captivator on 3/29/2025 in #❓・help
cannot import 'useApollo' composable from another composable
so my problem is that i get this random 500 error:
[plugin:vite:import-analysis] Failed to resolve import "D:/dev/main/convenotes/node_modules/@nuxtjs/apollo/dist/runtime/composables" from "composables/useGlobalApollo.ts". Does the file exist?

D:/dev/main/theproject/composables/useGlobalApollo.ts:1:28

1 | import { useApollo } from 'D:/dev/main/theproject/node_modules/@nuxtjs/apollo/dist/runtime/composables';
| ^
2 | export const useGlobalApollo = () => {
3 | const nuxtApollo = useApollo();
[plugin:vite:import-analysis] Failed to resolve import "D:/dev/main/convenotes/node_modules/@nuxtjs/apollo/dist/runtime/composables" from "composables/useGlobalApollo.ts". Does the file exist?

D:/dev/main/theproject/composables/useGlobalApollo.ts:1:28

1 | import { useApollo } from 'D:/dev/main/theproject/node_modules/@nuxtjs/apollo/dist/runtime/composables';
| ^
2 | export const useGlobalApollo = () => {
3 | const nuxtApollo = useApollo();
the file exists, i checked. i tried importing it manually but it also doesnt resolve. i can import other composables as usual, but not this one. i am stuck with this problem for 2 days now.
34 replies