5 April: Fixed Amazon S3 buckets integration
Now we use a single public bucket for sites made with Uncodie.
Fixed 🔧
Error while compiling
At the time of compiling, the compilation process was not completing; it was stuck at 50%.
It was resolved on its own as it was a problem with Betterstack (logger) that was unable to make requests to the API, but still, something will be implemented to prevent this from unnecessarily halting the process.
Error when creating Website type projects, report of exceeded limit in Bucket creation.
The issue arose when we reached an unknown limit imposed by the team, which prevented us from adding more Buckets in AWS S3.
The solution we had to work on was to create a general bucket where, from now on, all projects compiled will be stored, while existing ones remain in their current location but are moved to the new mode upon compilation. As a preventive measure against recurrence, we analyzed the potential limitations of the new approach and took them into consideration for any related issues (in this case, AWS S3 Bucket does not limit you in terms of weight and objects).
The user could not edit their profile data.
The issue occurred when there were empty fields such as phone and image.
To solve the problem, a logic was implemented that takes into account these fields to update the user data in the database and in Auth0.
Last updated
Was this helpful?