-
Notifications
You must be signed in to change notification settings - Fork 0
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
Code not saved #5
Comments
HI @Chluz
I've just tested it with FF, works for me
Could you provide the logs of the backend container? Maybe I find there something that could help me fix this issue. It might take a week or so until I come back to this. Because thats the date where I get discharged from the military, hence I will have some time on my hands again :) |
Thanks for your answer ! No worries, take all the time you need.
I hope this helps ! |
I have improved the logging process in the newest release, v1.2.1. Could you try it again but with the image I hope I can figure something out if you post the logs again after that 🎯 |
Thanks @MasterEvarior, here are the new logs.
Its strange, it looks as if no requests are every making it to the backend.
|
Indeed, if there would be any requests made it would look like this.
How did you test that?
I don't have that much experience with custom networks on docker. Have you tried it once without its own network, just to see if it works? As a last ditch effort you could maybe check the browser console for any error or warnings? |
Describe the bug
When clicking save, and refreshing the page, the code is not saved and the text box is empty
To Reproduce
docker-compose deploy install, in swarm mode.
navigate to page, type code, click save, refresh page
Expected behavior
Clicking save would save the code, refreshing the page would show the code saved
Desktop (please complete the following information):
Additional context
tested both with Keycloak and traefik in front of cocopasty, and without (port redirection).
No errors in the logs whatsoever.
The text was updated successfully, but these errors were encountered: