Closed risenhoover closed 8 years ago
It looks like I had a bunch of extra routes that were unnecessary. I commented all of them out and the problem has gone away.
@risenhoover , i have same problem like you. Which routes exactly did you get rid of?
I removed all routes that referenced securesocial.* except for the "-> /auth" route.
@risenhoover Thanks man! That fixed my issue too.. Beats me why I thought it necessary to include the routes manually in the first place. Phew! Saved my @$$!
I have a new app that's been running fine in production without SecureSocial. I've been running the app with SecureSocial in a development instance on my laptop as well. However, when I deploy the SecureSocial-enabled app to production, I get the following exception when attempting to access a secured route:
My SecuredApplication is declared as follows. Line 11 (the line with the exception in the stack trace above) is this declaration line.