Fix dashboard hanging when loading app from contributor URL #212
Reference in New Issue
Block a user
Delete Branch "bugfix/load_contributor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Loading the app from /dashboard/contributors/:id is failing, because the contributors are loaded later. This fetches the requested contributor separately when launching the app from a contributor profile URL.