Skip to content
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

How to access the strapi public url after deployment #139

Open
Nazehs opened this issue Mar 23, 2024 · 1 comment
Open

How to access the strapi public url after deployment #139

Nazehs opened this issue Mar 23, 2024 · 1 comment

Comments

@Nazehs
Copy link

Nazehs commented Mar 23, 2024

i am wondering how i can access the strapi public url after the deployment on platforms like Vercel

@roladev
Copy link

roladev commented Mar 7, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants