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

Error with nestjs after upgrading clerk-sdk-node to 4.12.0 #1513

Closed
4 tasks done
larryro opened this issue Jul 23, 2023 · 5 comments
Closed
4 tasks done

Error with nestjs after upgrading clerk-sdk-node to 4.12.0 #1513

larryro opened this issue Jul 23, 2023 · 5 comments
Assignees

Comments

@larryro
Copy link

larryro commented Jul 23, 2023

Package + Version

  • [ 4.12.0] @clerk/clerk-sdk-node

Dependencies + versions

Provide a json with the dependencies used in your project (copy paste from yarn.lock / package-lock.json) or a github project / template that reproduces the issue.

Include the @clerk/ packages and their versions!*

Example:

{  
  "dependencies": {
    "@clerk/clerk-sdk-node": "4.12.0",
    "@clerk/nextjs": "4.23.0",
  },
  "devDependencies": {
  },
  "peerDependencies": {
  }
}

Browser/OS

Node v18.16.1
If applicable e.g. Chrome {version}, Node {version} , Bun {version} , Cloudflare worker {version}

Description

Describe your issue in detail, a demo repository or a sandbox would be great.
You can get the detail from here:

#1492 (comment)

@dimkl dimkl self-assigned this Jul 24, 2023
nikosdouvlis added a commit that referenced this issue Jul 24, 2023
* Revert "chore(clerk-sdk-node): Use buildRequestUrl from backend package"

This reverts commit ccf7a26.

* fix(clerk-sdk-node): Fix revert commit changes and fix tests to cover issues

Resolves issues:
- https://discord.com/channels/856971667393609759/1132025522147299418
- #1512
- #1513

* Create violet-countries-warn.md

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
@danieldunderfelt
Copy link

I am also encountering this problem with a trpc + expo project. 4.11.1 works.

@dimkl
Copy link
Member

dimkl commented Jul 24, 2023

Hello @larryro and thank you for the feedback.
We have released the @clerk/clerk-sdk-node@4.12.1 which should resolve the issue.
Feel free to re-open this if it's not fixed.

@dimkl dimkl closed this as completed Jul 24, 2023
@larryro
Copy link
Author

larryro commented Jul 24, 2023

Hello @larryro thank you for the feedback we have released the @clerk/clerk-sdk-node@4.12.1 which should resolve the issue. Feel free to re-open this if it's not fixed.

Thank you very much, you are very efficient.

@dimkl
Copy link
Member

dimkl commented Jul 24, 2023

I am also encountering this problem with a trpc + expo project. 4.11.1 works.

Hello @danieldunderfelt
thank you for the report. Could you also try to use @clerk/clerk-sdk-node@4.12.1?

@clerk-cookie
Copy link
Collaborator

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@clerk clerk locked as resolved and limited conversation to collaborators Jul 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants