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
I am wanting to use this plugin for a campsite booking application, I would like to set the Default Duration to allDay. I have run into trouble trying to set this up:
Summary of Issues
Environment:
Strapi Version: 4.25.x
Plugin Name: @offset-dev/strapi-calendar
Steps Taken:
Installation of the Plugin:
Installed @offset-dev/strapi-calendar using a package manager (pnpm).
At this point, the install is all good and the plugin is available in admin.
Initial Plugin Configuration:
Configured the plugin in config/plugins.js:
Received the same installation error.
Error Details:
Error: Plugin not installed despite verification that the plugin was included in the project.
Error: Plugin name not in the expected kebab-case format.
Error: Issues with loading the plugin configuration leading to a failure in starting Strapi.
Current Status:
The Strapi application fails to start due to plugin configuration issues, specifically with naming conventions and installation recognition.
Thank you,
Jacob
The text was updated successfully, but these errors were encountered:
Hey Jacob,
Sounds like you are wanting to override the code in this plugin, for that you might need a different approach.
I would recommend cloning the repo and using yalc to link your strapi app and your calendar plugin. More info on that here
Hi,
Thanks for your work on this.
I am wanting to use this plugin for a campsite booking application, I would like to set the Default Duration to allDay. I have run into trouble trying to set this up:
Summary of Issues
Environment:
Strapi Version: 4.25.x
Plugin Name: @offset-dev/strapi-calendar
Steps Taken:
Installation of the Plugin:
Installed @offset-dev/strapi-calendar using a package manager (pnpm).
At this point, the install is all good and the plugin is available in admin.
Initial Plugin Configuration:
Configured the plugin in config/plugins.js:
Encountered the following error:
Error: Error loading the plugin strapi-calendar because strapi-calendar is not installed.
Adjusting Plugin Name, modified the configuration to:
Received the error:
Attempted to set the plugin in kebab-case with:
Encountered the same error regarding installation:
Attempted to resolve the plugin using a custom path:
Received the same installation error.
Error Details:
Current Status:
The Strapi application fails to start due to plugin configuration issues, specifically with naming conventions and installation recognition.
Thank you,
Jacob
The text was updated successfully, but these errors were encountered: