-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Public Free Account Sign Up Broken #142
Comments
Thanks for opening this issue. A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
@pyhton-coder, thanks for reporting! I guess I broke that when I was cleaning up some styles. I'll get a fix in right now. |
@pyhton-coder a broken container made it out to prod, I generated a new one and the errors seem to have been resolved. Can you give it another try and let me know. |
@pyhton-coder I wanted to let you know I pushed up new quick-start docs (https://docs.resgrid.com/self-hosted/quick-start) and new setup docker-compose to the setup repo. If you are still having issues with the self hosted stuff open up a new issue. |
The db dockerfile should be there https://github.com/Resgrid/resgrid-setup/blob/master/db/Dockerfile did you re-clone the setup repo? There should be directories for db and docker-data. If the images are active they shouldn't be pruned once your system is running and that's how you'll get latest code when you want to update; (shut down the system, prune, and repull). All your custom data should be in the docker-data folder (i.e. the SQL database) and should survive pruning unless the volumes are also removed during that process. |
I guess I did not. I thought when doing a docker-compose up after a shutdown and prune repulls everything as it no longer has the "Images" to do the job. It would not pull. It gave me the screen shot issues. As I work today I will try to go in and start over. Like I mentioned I'm down to start all over. I just need to do so. |
You could copy off the docker-data directory and .env file re-clone via git the setup repo and move the docker-data back, that should keep all your volumes/data in tact, the only thing you would need to do is create a caddy directory in docker-data and add the file Resgrid/resgrid-setup@75a953b There were .env file changes Resgrid/resgrid-setup@b73e55d so you will need to just add the new stuff NGINX_RESGRID_WEB_IP, NGINX_RESGRID_API_IP and NGINX_RESGRID_EVENTS_IP are the big ones for Caddy. |
I am testing this software out and I think its super cool. I just found it a few days ago. However my self hosted experience has been slow and painful thus far. While I grind to get things set up I wanted to try out the free account from the site. However I am unable to create an account. When clicking submit... nothing happens.
Included are the logs of the browser console when loading the registration page.
Tested Platforms:
Windows 11:
Manjaro Linux:
MacOS Big Sir:
The text was updated successfully, but these errors were encountered: