Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRPC Subcsriptions and Socket Server #66

Open
vigneshprasad opened this issue May 19, 2024 · 0 comments
Open

TRPC Subcsriptions and Socket Server #66

vigneshprasad opened this issue May 19, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@vigneshprasad
Copy link

This has been far and away the best template I've used in a long time and I've thoroughly enjoyed how easy it has been to use. I'm currently trying to implement TRPC subscriptions and a socket server and for some reason can't seem to run a socket server. I keep running into this issue

SyntaxError: The requested module 'react' does not provide an export named 'cache'

It seems to be triggering from the validate request in the lib auth directory. I've even tried passing session and user objects as null and creating a new context all together but can't seem to get past this error. Would be really helpful if someone can guide me on implementing web sockets correctly.

I understand this is not in the scope of this repository exactly and might not be something a lot of people want but would be super helpful if anyone has any pointers.

@iamtouha iamtouha added documentation Improvements or additions to documentation help wanted Extra attention is needed labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants