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 experiencing this error in production. The plugin works fine on localhost. What could be happening?
"preview-button": { config: { contentTypes: [ { uid: 'api::country.country', draft: { url: process.env.URL_PAGE, query: { _preview: "true", }, }, published: { url: process.env.URL_PAGE, }, }, { uid: 'api::city.city', draft: { url: process.env.URL_PAGE, query: { _preview: "true", }, }, published: { url: process.env.URL_PAGE, }, }, ], }, },
The text was updated successfully, but these errors were encountered:
I found that the plugin settings in the plugins.ts file are not injecting the env('URL_PAGE'). Do you have any idea how to fix it?
@strapi/strapi": "4.24.2
Sorry, something went wrong.
No branches or pull requests
I am experiencing this error in production. The plugin works fine on localhost. What could be happening?
The text was updated successfully, but these errors were encountered: