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 followed the instructions to the letter but hit several issues (one was my fault so writing as a tip for everyone, rtm):
After the update all my configuration changes had gone - This was my fault as I should have put them in the .env.local file as per the instructions. Restored a backup and that was all good.
Everything installed, up-to-date, restarted but getting a 500 error. Arggghhh.... This is cache related. We run ours through Bitnami and I have found that the php-cli commands run as a different owner to the web app so the cache is created in an unusable state, you need to check both the owner:group and the read-write permissions in the /var folder
Finally got it to appear but then just got the loading graphic and nothing else. Web debugger revealed that the javascript bundle wasn't loading still. To fix that I ran the commands in this order (thanks to a hint in a WebKul support document):
yarn run webpack
yarn run update-extensions
yarn run less
I am hoping that helps others that might hit this problem and save them time in debugging the issues. And I'm certain this doesn't affect everyone, but I figured writing it down would potentially help some people.
The text was updated successfully, but these errors were encountered:
I followed the instructions to the letter but hit several issues (one was my fault so writing as a tip for everyone, rtm):
I am hoping that helps others that might hit this problem and save them time in debugging the issues. And I'm certain this doesn't affect everyone, but I figured writing it down would potentially help some people.
The text was updated successfully, but these errors were encountered: