You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bug has been temporarily patched with this commit: 40e7ab1
However, this is a temp fix as we should look into why there is a CORS issue when using this API on Firefox. The issue does not appear on Chrome and has not been tested on Microsoft Edge.
To Reproduce
Steps to reproduce the behavior:
Go to '/pages/join/[...joincode].js'
Remove/comment out event.preventDefault()
Attempt to invite someone to the classroom
See error (TypeError: NetworkError when attempting to fetch resource)
Additional context
The bug is currently patched, but we should look into the underlying cause to fix it without bypassing CORS the way we did.
The text was updated successfully, but these errors were encountered:
Describe the bug
The bug has been temporarily patched with this commit: 40e7ab1
However, this is a temp fix as we should look into why there is a CORS issue when using this API on Firefox. The issue does not appear on Chrome and has not been tested on Microsoft Edge.
To Reproduce
Steps to reproduce the behavior:
event.preventDefault()
Additional context
The bug is currently patched, but we should look into the underlying cause to fix it without bypassing CORS the way we did.
The text was updated successfully, but these errors were encountered: