|
Is it possible to host a solid-start project on s3 without ssr? When using the auth starter with |
Answered by
nksaraf
Nov 3, 2022
Replies: 1 comment
|
That /_m url means that your app might be using some server features. Can you check if your app uses createServerData$. That uses server only features. You should remove that. Then you should be able to deploy to S3 too |
0 replies
Answer selected by
ps73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That /_m url means that your app might be using some server features. Can you check if your app uses createServerData$. That uses server only features. You should remove that. Then you should be able to deploy to S3 too