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
Strapi(examplein./strapi/.env.example):
STRAPI_ADMIN_CLIENT_URL=<url-of-nextjs>
STRAPI_ADMIN_CLIENT_PREVIEW_SECRET=<a-random-token>
Create a ./strapi/.env file with these variables
Next.js (example in ./next/.env.sample):
NEXT_PUBLIC_API_URL=<url-of-strapi> (mandatory)
PREVIEW_SECRET=<the-same-random-token-as-for-strapi>
Create a ./next/.env file with these variables
The text was updated successfully, but these errors were encountered:
Fix
The text was updated successfully, but these errors were encountered: