You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this repository and upgraded to the latest version of meteor and upgraded many of the dependencies so that it would run on meteor free tier. The accounts-ui-bootstrap-3 package was replaced by accounts-ui because the former is not maintained. I ran into an issue with permessions.js getUsername because user.profile.name was null but It seems to work just fine when just returning the string split out from the email address.
So anyway it can now be deployed and it runs fine. Although I noticed a few minor styling issues with the project. mostly with the log in menu showing up a bit off screen or in the case of mobile it seems to be cut off by the dropdown menu. (edit. I just realized its not cut off you just have to scroll down in the dropdown menu to get to it.)
my branch is deployed at rr as a meteorapp.
so my questions are
Is there a current running version of this project that I can look at?
Was caused by something that I did or was this already happening?
The text was updated successfully, but these errors were encountered:
I forked this repository and upgraded to the latest version of meteor and upgraded many of the dependencies so that it would run on meteor free tier. The accounts-ui-bootstrap-3 package was replaced by accounts-ui because the former is not maintained. I ran into an issue with permessions.js getUsername because user.profile.name was null but It seems to work just fine when just returning the string split out from the email address.
So anyway it can now be deployed and it runs fine. Although I noticed a few minor styling issues with the project. mostly with the log in menu showing up a bit off screen or in the case of mobile it seems to be cut off by the dropdown menu. (edit. I just realized its not cut off you just have to scroll down in the dropdown menu to get to it.)
my branch is deployed at rr as a meteorapp.
so my questions are
Is there a current running version of this project that I can look at?
Was caused by something that I did or was this already happening?
The text was updated successfully, but these errors were encountered: