Can I deploy the parse server migration to vercel? If so, how do I do it?
I donโt know the details, if you can deploy a nodejs project on vercel then you can also deploy the parse server.
I actually did a deploy but its just exposing my index source code when i visit the url
you deployed a static website? Iโm not familiar with vercel, you have to deploy a nodejs project that runs in the background and listens to requests
I did deploy it as a node js project
it looks like vercel is used for front end applications
Vercel is a cloud platform to deploy frontend applications. Itโs designed for the frontend experience; build Hybrid frontends with tools like Next.js, develop lightweight event-driven APIs, and deploy to our Global Edge Network.
oh, so I should take it down and explore google cloud
Vercel only works with webapps, you can try the railway tutorial, its a free service. google cloud or aws will also work
Being trying the AWS but not working
you can try with this url for aws migration
the link did not work Error Validation Error
Source code is required. Source code URL must be a valid S3 location.
Invalid Parameter Combination
Unable to download from S3 location (Bucket: moralis-s3-bucket Key: parse-server-migration.zip). Reason: Bad Request: S3Bucket=moralis-s3-bucket, S3Key=parse-server-migration.zip
with what url you tried? there should be 2 different urls
Yeah, saw it, tried deploying the parse server and still didnโt work out
Pretty much given up on it, looking at creating a next js application for a small music nft market dapp
Thank you anyway
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.