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
Describe the bug
If the local upload provider's uploadDirectory does not exist, it is not automatically created on startup and causes a WARN-level log from fastify-static complaining that the root does not exist.
To Reproduce
Steps to reproduce the behavior:
Use uploads/local upload provider
Ensure that the uploads directory does not exist
Start rCTF
Expected behavior
No warning is logged, the directory should be created.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the local upload provider's
uploadDirectory
does not exist, it is not automatically created on startup and causes a WARN-level log from fastify-static complaining that the root does not exist.To Reproduce
Steps to reproduce the behavior:
uploads/local
upload providerExpected behavior
No warning is logged, the directory should be created.
The text was updated successfully, but these errors were encountered: