ashToronto / career_crafter_pro

A resume theming and career building web app
2 stars 1 forks source link

#122 leverage eager loading only for spinner controller js remove imp… #124

Closed ashToronto closed 4 months ago

ashToronto commented 4 months ago

122 there was a bug that appeared in production but worked fine in local - the spinner for resume show page. the spinner controller js wasn't working i.e infinite loading. this ticket fixes that - cause imporitng the spinner controller explicitly in index.js while we were also using eager loading - this is root cause of the error.

it showed a 404 on console linking to spinner_controller.js 404 error.

render[bot] commented 4 months ago

Your Render PR Server URL is https://career-crafter-pro-pr-124.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cqdsb1t2ng1s73a81fgg.

ashToronto commented 4 months ago

this was an emergency release to handle the spinner bug in production