Hi all, set up a file and I have this error on one...
# help
b
Hi all, set up a file and I have this error on one of my repos. I validated everything from 0 and I don’t see the error. Something where I could check?
invalid character ',' looking for beginning of value
w
Hey @best-jelly-31088 - I’m looking into it…
I managed to reproduce the issue, we’ll look into it and ping you tomorrow
m
Hi @best-jelly-31088 I just checked this for you, this is nothing to worry about. This is just an update from the Terragrunt internals that is causing a missing file error to be more obfuscated. The problem is exactly as before (see these run warnings https://dashboard.infracost.io/org/webdoxclm/repos/b05b9b87-c4c3-466a-8155-73bd67c24111/runs/86b635a4-b741-4895-8bb0-0926cc2c005b) , but in this case its a problem with the
webdox-dr-pdfimage
project trying to locate the file
auth-gcs.json
which doesn’t exist. We have a ticket in the backlog to update these errors to be more readable. But you can simply fix this error by adding the missing
auth-gcs.json
file, or removing the
find_in_parent_folders
call.
b
OK thanks