Mirodil

Results 9 comments of Mirodil

Is this fixed ? I am also getting error for gcm

same issue here. Was that fixed ?

@andresmrm What was the actual error when you `print(ex)` ?

Needed to decode the auth code before exchanging it for the access tokens. google returns the auth code as url-encoded. In my case it was `'/' -> '%2F'.` [answered here](https://stackoverflow.com/a/68917936/16607067)

@rtpg no atm, I guess the problem was with `django-parler`, it creates translations table and there is also field for `django-taggit`, in serializer it should be defined as `tags=TagListSerializerField()` ,...

@PNKBizz Thanks for answer. Here is the code. **Maps.vue** ``` import axios from 'axios'; import {loadYmap, yandexMap, ymapMarker } from 'vue-yandex-maps' export default { name: "Maps", components: { yandexMap, ymapMarker...

ok thanks, and how can i get user geolocation in my case? Can you show me an example please?!

Hi, sorry the repo is private cannot show, but I used the package as documented