Console errors from latest playcanvas

Been getting a lot errors recently with the latest version of playcanvas…

[.Offscreen-For-WebGL-000001C64FC6A960]GL ERROR :GL_INVALID_OPERATION : glBlitFramebufferCHROMIUM: source buffer and destination buffers are identical

Unfortunately I cannot share a project since this is using the engine in standalone mode, and the game is under NDA. Does anyone have any idea what this may be related to?

A bit hard without seeing code but it sounds like you are copying a texture to itself? Or something very similar? Are you doing anything special in the project such as rendering to a texture?