-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix(svelte): cannot parse action at /session #10219
fix(svelte): cannot parse action at /session #10219
Conversation
fix: support apps hosted on subpaths
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@bwallberg is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10219 +/- ##
==========================================
+ Coverage 39.35% 39.37% +0.02%
==========================================
Files 171 171
Lines 27292 27278 -14
Branches 1165 1165
==========================================
Hits 10742 10742
+ Misses 16550 16536 -14 ☔ View full report in Codecov by Sentry. |
@ThangHuuVu @bwallberg and @ndom91 Here is my configuration that was working fine till 0.14.0
After upgrade, I am getting error:
What am I missing here? |
@aakash14goplani this is unrelated, but you should have an Regarding your error, looks like its an actual issue. Someone submitted a PR for it here: https://github.com/nextauthjs/next-auth/pull/10421/files We'll merge it soon 🙏 |
* fix(svelte): cannot parse action at /session fix: support apps hosted on subpaths * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Nico Domino <[email protected]> Co-authored-by: Thang Vu <[email protected]>
* fix(svelte): cannot parse action at /session fix: support apps hosted on subpaths * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Nico Domino <[email protected]> Co-authored-by: Thang Vu <[email protected]>
☕️ Reasoning
All frameworks should rely on the core util
createActionsURL
🧢 Checklist
🎫 Affected issues
Depends on #10094 to solve the relevant issue.
📌 Resources