Vlad
Vlad
> https://github.com/MrZillaGold/vmoji-importer/blob/master/backend/src/routes/auth/exchangeSilentAuthToken.ts#L18-L28 Если изменить на POST, метод перестанет работать? Проблема GET запросов заключается в том, что размер URL'а не может превышать 2048 символов. Большинство веб-серверов сразу их фильтрует. Раньше библиотека...
Тогда тем более непонятно, потому что запросы идентичные уходят.
Sorry for the long answer. Now this PR depends on #724.
I think I did the rebase wrong somehow 😅
This is the only thing that prevents me from using sea-orm right now, because I need to work with the postgres array. I can't change the array to JSON in...
I don't think it makes sense to change this module until [vue-apollo](https://github.com/vuejs/vue-apollo) 4 is stable and until the release of [@nuxt/module-utils](https://youtu.be/oZtsiw2rBgQ?t=404) (or [@nuxt/kit](https://www.npmjs.com/package/@nuxt/kit), idk) Note that [vue-cli-plugin-apollo](https://github.com/Akryum/vue-cli-plugin-apollo) has not yet...
@honeyamin The solution above is already working for me in production. I haven't noticed any other errors yet.
I found an option how to use `@vue/apollo-composable`. Need to perform a couple of simple steps: Install `@vue/apollo-composable`, create plugin `provide-apollo-client.ts` (name can be any) with the following content: ```js...
https://github.com/nuxt-community/apollo-module/issues/288#issuecomment-713454495
There will be problems with the migration to Apollo 3 if the Composable API is used (I do not know how with Dollar Apollo). Slow loading occurs in SSR with...