Open bodom0015 opened 1 year ago
Temporary fix for this seems to be downgrade react-scripts
from 5.0.1
to 4.0.3
:
https://stackoverflow.com/a/70408952
Long term, we'll need to look into one of the above solutions (probably by ejecting webpack config)
Previous version of Node or React used to include
Buffer
as a polyfill. Newer version requires this polyfill to be manually added using webpack. Because we used Create-React-App, this is not easy without doing one of the following options:When loading `http://localhost:3000/swagger: