#Type '"POST"' is not assignable to type '"get" | "GET" | undefined'.ts(2322)

6 messages · Page 1 of 1 (latest)

magic dune
#

is this a known issue ?

#

i delete .nuxt node_modules etc.. to be sure everything is new generated cache and stuff

analog orchid
#

try setting the type of the response in generic of $fetch @magic dune

#

await $fetch<{ data: string[] }>('/api...', ...)

candid haven
#

@magic dune yes it is. use lowercase 'post'