Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile for idp test app not using correct paths #1548

Open
1 of 2 tasks
lullis opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1549
Open
1 of 2 tasks

Dockerfile for idp test app not using correct paths #1548

lullis opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1549
Labels

Comments

@lullis
Copy link
Contributor

lullis commented Jan 30, 2025

Describe the bug

When building the idp/rdp test apps, the idp server fails when initiating login, as it can not find the registration/login.html template.

To Reproduce

  • Run docker-compose up -d --build to build the docker image and start the services.
  • Go to the rdp app (localhost:5173)
  • Click "login"
  • Results in Server Error

Expected behavior

  • The server should be able to find the login template and render the page properly.

Version

  • I have tested with the latest published release and it's still a problem.
  • I have tested with the master branch and it's still a problem.

Additional context
Is this "tests project" meant only for testing, or could/should it be used for development as well? It looks like no one is actually using during development (otherwise other people would spot these glaring errors), so perhaps I shouldn't be spending so much time in order to get this going.

@lullis lullis added the bug label Jan 30, 2025
@lullis lullis linked a pull request Jan 30, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant