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
The code I had was trying to build the absolute path manually by getting the PWD env var and joining it with the relative path I was looking to load. Sounds like my code combined with this line was adding the current working directory twice.
If you try to read a file using an absolute path you can get the error
The code I had was trying to build the absolute path manually by getting the
PWD
env var and joining it with the relative path I was looking to load. Sounds like my code combined with this line was adding the current working directory twice.Link to my code that I removed to make it work (if you need this I can add you to the repo as it's currently private).
Line of code for reference from Discord thread
elm-pages/generator/src/render.js
Line 518 in 4e26812
The text was updated successfully, but these errors were encountered: