-
Notifications
You must be signed in to change notification settings - Fork 127
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
Error in Pageflow Scrolled after Update to 16.1 #2190
Comments
i guess this PR has something to do with this situation? Is there a manual step vor the update that i have missed? |
Here is my Gemfile, webpacker.yml and (even though i dont think that its relevant) my package.json: gemfile_packagejson_webpacker_config.zip i hope you can help. |
After further debugging i think that the following is the problem: |
Yes, you are right. We forgot to mention the manual update step in the changelog. It was made obsolete, though, by #2035 in version 16.2 (see changelog). Does everything work now as expected? |
That means i directly need to update to 16.2? Or do i just have to make the same manual update step that is documented in the 16.2 changelog? i think the first one since the application is looking for the File which does not exist but gets obsolete in 16.2 right? |
Yes, you either have to add the file you mentioned above // app/javascript/packs/pageflow-scrolled/widgets/consentBar.js
import 'pageflow-scrolled/widgets/consentBar';
import 'pageflow-scrolled/widgets/consentBar.css'; and add |
Thank you. Now everything works as expected. |
Hello Pageflow Team,
after i updated my pageflow gem to the version 16.1 according to the update guidelines, i get an error when trying to open the editor or the frontend page of a Pageflow Scrolled page.
The error says the following:
Since this is in a production environment i would not set the compile value of the webpacker.yml to true. There it is documented to run precompilation separately.
The precompilation creates no errors and runs smoothly. I already deleted the cached files and repeated precompilation.
Is there something i am missing?
Thanks an best regards
Ronald
The text was updated successfully, but these errors were encountered: