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
letfile_info_response=awaitfetch(full_url)// unnecessary to specify the no-cors, but it doesnt' hurt, {mode: 'no-cors'})
The line above affects the running of the job engine. This line uses fetch, which is provided by Node v18. We could prevent the server from building/running if node isn't version 18, or we could use NVM to cause node to be version 18.
The text was updated successfully, but these errors were encountered:
dde/src/job_engine/core/dde_file.js
Line 280 in 2c78cd2
The line above affects the running of the job engine. This line uses fetch, which is provided by Node v18. We could prevent the server from building/running if node isn't version 18, or we could use NVM to cause node to be version 18.
The text was updated successfully, but these errors were encountered: