Ancient-Dragon
Ancient-Dragon
When you don't have the preauthorize or anything to do with checking authorities/groups it works fine and gets the user.
Got this to work, it looks like you can import vue from the library, or you can write your own class which extends vue from vue-property-decorator
@srinivasankavitha are there any updates to this? Does dgs support sse for subscriptions and if not can we reuse this issue for it or should I create a new issue?
@hantsy Apologies I'm not familiar with kotlin, I couldn't see where it was setting the fact that it was using SSE rather than websockets. I can see now that it's...
@hantsy Did you try this with altair or anything, it keeps throwing the exception that the request that the query parameter is missing, looking into the package it is using...
Ah I can see that you've used the dgs SSE client which was written afterwards and seems to turn the requests into get ones with a query parameter. Based on...
I was able to confirm it with a basic example here (backend): https://github.com/Ancient-Dragon/dgs-sse-subscriptions-backend-example and here (frontend): https://github.com/Ancient-Dragon/dgs-sse-subscriptions-post-example To run you just need to run the backend and the dev command...
I don't have this issue with my example: https://github.com/Ancient-Dragon/dgs-sse-subscriptions-backend-example
Looks like this is also an issue on mac atm, getting a similar error: `Error: No native build was found for platform=darwin arch=x64 runtime=node abi=83 uv=1 libc=glibc` Using the latest...