-
Notifications
You must be signed in to change notification settings - Fork 0
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
Working with goa #2
Conversation
At 9865cde , App shows the error on browser.
|
This error looks like the same error in sveltejs/kit#655 . |
At 1479057 ( https://github.com/akm/todo_with_sveltekit_and_goa/blob/harkens/try_optimizeDep_entries/vite.config.ts ) vite.config.ts is set optimizeDeps.entries , but App shows the same error as #2 (comment) |
At each commit 4f96443 and d9393ab, App shows the same error as #2 (comment) |
At commit f96978f , App shows the same error as #2 (comment) . |
Now studying vite....
|
アプローチを変更するので、ここまでの試みは https://github.com/akm/todo_with_sveltekit_and_goa/releases/tag/harkens%2Ftry_to_use_sveltejs_adapter-node で残すとして、一旦リセット。 |
f96978f
to
ae20425
Compare
ErrorClient-side code calls Server-side code with HTTP API, but gRPC client fails to call gRPC APIs. gRPC server doesn't get any request from gRPC client in SvelteKit app. buid was OK
This problem seems to cause from somewhere between gRPC client and vite. |
ae20425
to
ba01a76
Compare
Resolved !
|
No description provided.