Using ngrok with Docker containers #275
Replies: 6 comments
-
Hail, @vulevukusej 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
Sometimes I get this error instead, I'm not sure why:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok nevermind, please ignore! I went back to basics and reinstalled and reconfigured everything, and now it works! 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Spending massive amounts of time to get set up with docker compose seems to be a recurring theme here. It would be super useful if someone set up a small project so that we could start from a known working project. This would also provide most of the hints for getting this working on kubernetes also. |
Beta Was this translation helpful? Give feedback.
-
After reading the suggestion from @frankie567 regarding ngrok, I tried the same approach. Unfortunately, I keep getting the following error when attempting to reach the /api/protected route of my api.
My docker compose is as follows:
My env:
I was following the FastAPI example here: https://docs.fief.dev/integrate/python/fastapi/#web-application-example
Here is a snippet from the api:
Beta Was this translation helpful? Give feedback.
All reactions