-
Notifications
You must be signed in to change notification settings - Fork 8
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
create new site Server Error 500 hurrah still created #663
Comments
I guess an anomaly - all been working since then. |
Happened again for someone else - seems like its not an anomaly. |
Indeed, this is a recurring issue. @ptomasula examined this issue in May 2023 for another user and was not able to offer a resolution. |
I have successfully recreated this issue and it appears related to #668 (which I just opened). If you do not select the |
Our other user was still reporting issues even after I closed #668. Further investigation revealed this was related to some legacy data integrity issues in the affiliations table. Efforts were previously undertaken prior to release 0.15 to address these data issues, but four additional accounts where not successfully matched during that process. I added affiliation records for these accounts. Waiting for confirmation this addresses the problem for them before closing this issue. |
We did successfully resolve this issue for the other user and determined it was related to missing records in the affiliations table. This resolves the immediate issue and will allow users to create sites again without issue. However, a review of the relevant code revealed that there is an remaining issue that can result in sites being partially created, with site information being created in one of the two relevant data tables. When the right conditions are met, those records will persist even with site generation failure. I recommend that the following refactoring be undertaken when time permits.
|
@ptomasula thanks very much for the info. 400 Bad Request - From the "hydrologic user" using MMW screens to query a nodes data, it should just work by the options allowed on the screen. So is this a messy turd, with the issue being there isn't a defined RESTful interface between the front end MMW html and the back end server?. |
The main issue here is resolved. These side issues will be tracked under the following, which we plan to address with our v0.18 Milestone: |
On attempting to create new site I get Server Error 500
however they are created
The text was updated successfully, but these errors were encountered: