Does Elegant work with firebase app hosting? #549
-
Does Elegant work with firebase app hosting? We are trying to add Elegant to an existing nextjs project. Everything seems to work locally, but github login doesn't redirect when deployed in prod to firebase. Is this a known issue? Any help would be very appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @Blackkadder Thank you for the question! I have not tested Firebase personally yet, but I can add it to the list of hosts to ensure 100% compatibility with. Did you generate a separate set of GitHub auth credentials for your production app? If the app is redirecting back to localhost on login, then that means you need to create a duplicate GitHub app and update the URLs to reflect your production urls. |
Beta Was this translation helpful? Give feedback.
-
Also, feel free to contact us on Discord for immediate help : ) |
Beta Was this translation helpful? Give feedback.
-
Hey @Blackkadder, just following up 😃 How did things go? Did you get this issue resolved? |
Beta Was this translation helpful? Give feedback.
The issue was with firebase overriding session cookies. Since our web deployment was pretty new, we moved it to a different hosting platform and it's now working as expected! Thanks!