Hello,
I’m using the free version of Kodular, and I’m getting this error “Server error: could not save one or more files. Please try again later!” when trying to export the APK.
I have tried various solutions but have not been able to resolve this issue.
This error appears after I added many GIFs with webview. I only use 2 webviews on one screen and display them with GoToUrl.
I’m new to app development.
I’m hoping someone in this forum can explain what’s going on and suggest a solution.
I tried disabling the URLs one by one and continuing to export, and it worked with only a few URLs remaining.
I also looked for the source of the problem, and this error appears when I try to export only a few URLs.
Only 6 URLs can be exported.
When I replace the URL in this error component with an exportable URL, it works.
But when I try to export more than that, the error still appears: Server error: could not save one or more files. Please try again later!
The error was caused by the Base64 URL.
I was confused because the folder path and extension didn’t work for me.
I tried replacing it with another URL and it worked. Thank you very much!