Closed rykugur closed 10 months ago
I did a git submodule update --recursive --remote
and now see new files, e.g.:
find . -iname "*logo_inline*"
./pathfinder/img/svg/logo_inline.svg
./pathfinder/public/img/v2.2.3/svg/logo_inline.svg
but same error message.
Was able to fix through some trial and error.
What did you do to resolve the issue? I am getting the same error after the update to the new version.
What did you do to resolve the issue? I am getting the same error after the update to the new version.
I'm not positive, but I think it was because I had made changes to config/pathfinder/pathfinder.ini
on my fork and the version was incorrect. I didn't really take note of what I did and my history
doesn't reveal much beyond chaos. I ended up syncing my fork and re-applying my local changes and IIRC it started working after that.
I've had a PF instance up and running in a docker container for a few weeks now. I used it just last night and all was well.
Today when I went to open the app, I started getting error 500's:
I've verified this file exists and is readable:
Thoughts?
EDIT: I do have watchtower running, so it must have pulled the latest image overnight.