We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am wondering how i can access the strapi public url after the deployment on platforms like Vercel
The text was updated successfully, but these errors were encountered:
if you plan to use Vercel: your domain will be myproject.vercel.app
Public content: https://myproject.vercel.app/api/[content-type] Admin panel: https://myproject.vercel.app/admin
Remember! You should configure your Strapi environment variables in Vercel:
URL or STRAPI_URL (set to your Vercel deployment URL) ADMIN_URL (optional, for admin panel access
Also be aware that Vercel itself doesn't provide a PostgreSQL database service directly, so you'll need to use an external database provider
Sorry, something went wrong.
No branches or pull requests
i am wondering how i can access the strapi public url after the deployment on platforms like Vercel
The text was updated successfully, but these errors were encountered: