404 error: GET http://localhost:8080/src/Shaders/pass.fragment.fx 404 Not found when using passpostprocessing

Has anyone come across this error when using passPostProcessing
GET http://localhost:8080/src/Shaders/pass.fragment.fx 404 Not found

this is being used by CreateScreenshotUsingRenderTarget

we have one app that uses this with no errors but the other app is throwing this error.

The build configuration on both projects is identical (we use babel and vue3).

This diddnt just start happening due to an API upgrade or anything, so I doubt anything recent broke this.

im a little confused by this… Any hints would be appreciated.

Hey! I assume it is with WebGL right?
I have no clue either lol. Can you share a live repro somewhere maybe?

1 Like

PMed you. Thanks!

Got it!
Fix missing import for Screenshots by deltakosh · Pull Request #15631 · BabylonJS/Babylon.js (github.com)

1 Like