You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this deploy link use next-sample, not next-server-actions-sample
2.The documentation states RESOURCES | Optional, but during Vercel deployment, this field is actually required. Additionally, the example value is missing an opening bracket ([). The correct format should be: RESOURCES | Optional, the API resource identifier, split with comma | [http://localhost:3003/,http://localhost:3004/]"
This highlights both the required/optional inconsistency and the missing syntax.
deploy failed,vercel log
[00:00:47.146] Running build in Washington, D.C., USA (East) – iad1
[00:00:47.146] Build machine configuration: 2 cores, 8 GB
[00:00:47.203] Cloning github.com/Jackiexiao/logto-js (Branch: main, Commit: 4cec373)
[00:00:47.607] Previous build caches not available
[00:00:48.714] Cloning completed: 1.510s
[00:00:49.310] Running "vercel build"
[00:00:49.702] Vercel CLI 41.7.3
[00:00:49.987] Installing dependencies...
[00:00:51.132] npm error code EUNSUPPORTEDPROTOCOL
[00:00:51.133] npm error Unsupported URL Type "workspace:": workspace:^
[00:00:51.134] npm error A complete log of this run can be found in: /vercel/.npm/_logs/2025-05-15T16_00_50_203Z-debug-0.log
[00:00:51.166] Error: Command "npm install" exited with 1
[00:00:51.401]
[00:00:54.228] Exiting build container
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I click on
Deploy
Button on this pagehttps://github.com/logto-io/js/tree/3f8d42fbd0fda2f742b61424de029b891483c2be/packages/next-server-actions-sample
2.The documentation states
RESOURCES | Optional
, but during Vercel deployment, this field is actually required. Additionally, the example value is missing an opening bracket ([
). The correct format should be:RESOURCES | Optional, the API resource identifier, split with comma | [http://localhost:3003/,http://localhost:3004/]
"This highlights both the required/optional inconsistency and the missing syntax.
Expected behavior
Depoly successfully
How to reproduce?
Just Click
Deploy
on this page : https://github.com/logto-io/js/tree/3f8d42fbd0fda2f742b61424de029b891483c2be/packages/next-server-actions-sampleEnvironment
Logto Cloud
Screenshots
No response
The text was updated successfully, but these errors were encountered: