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
Judging by the code in /packages/firebase-frameworks/src /sveltekit and this blog post, it seems that SvelteKit is supported on App Hosting. However, I have not been able to successfully deploy to App Hosting. I've attempted using @sveltejs/adapter-node.
I've added the following .apphosting/bundle.yaml , and the build runs successfully.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Judging by the code in
/packages/firebase-frameworks/src /sveltekit
and this blog post, it seems that SvelteKit is supported on App Hosting. However, I have not been able to successfully deploy to App Hosting. I've attempted using@sveltejs/adapter-node
.I've added the following
.apphosting/bundle.yaml
, and the build runs successfully.However, when the container fails with
failed to launch: path lookup: exec: "PORT=8080": executable file not found in $PATH
.Any ideas on what to try next?
Beta Was this translation helpful? Give feedback.
All reactions