We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On this page : https://spectralworkbench.org/
Image (1/2):
When clicking all recent authors name, it opens a page with error message below.
Image (2/2)
it lands here: https://spectralworkbench.org/profile.zoebeatrix_esmilla
What actually happened?
How to fix it?
The text was updated successfully, but these errors were encountered:
Hi @Jon-Jos, I have search the code in the repositiory. In app/views/spectrums/index.html.erb file, we have something like:
<h3>Recent authors</h3> <ul class="nav"> <% User.where(login: @spectrums.collect(&:author).uniq).each do |user| %> <li><a href="<%= profile_path(user.login) %>"><i class="fa fa-user"></i> <%= user.login %></a></li> <% end %> </ul>
I think this error occurs becuase user is not logged in. This is the main page and you are not logged in. Hope it makes sense. Thanks!
Sorry, something went wrong.
No branches or pull requests
On this page : https://spectralworkbench.org/
Image (1/2):
When clicking all recent authors name, it opens a page with error message below.
Image (2/2)
it lands here: https://spectralworkbench.org/profile.zoebeatrix_esmilla
What actually happened?
How to fix it?
The text was updated successfully, but these errors were encountered: