Open AnandiKulkarni opened 1 year ago
Add below function on page load and verify on page load error is displayed as - async myFun1 () { return Api1.data.users.map((s)=>{ return { name: s.name, email: s.email }}) },
async myFun1 () { return Api1.data.users.map((s)=>{ return { name: s.name, email: s.email }}) },
https://github.com/appsmithorg/appsmith/assets/80756091/2a60ba56-c782-43f8-abc0-d55852947f29
Add above function and add setting as page on load = 'true'. Error is observed
No response
Production
cloud
looks like a race condition. @ohansFavour could you please investigate?
Is there an existing issue for this?
Description
Add below function on page load and verify on page load error is displayed as -
async myFun1 () { return Api1.data.users.map((s)=>{ return { name: s.name, email: s.email }}) },
https://github.com/appsmithorg/appsmith/assets/80756091/2a60ba56-c782-43f8-abc0-d55852947f29
Steps To Reproduce
Add above function and add setting as page on load = 'true'. Error is observed
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
cloud