Unable to create a project at Scancode.io which is spinned up through Docker compose on Debian linux azure machine #1574
Replies: 1 comment
|
@199219921992 A Since you're running ScanCode.io behind Docker Compose on an Azure Debian VM over HTTP, I'd check the following first:
One thing I'd like to clarify is your deployment:
Also, could you share the exact reason shown on the Django CSRF error page? For example, it often says something like:
That specific message usually pinpoints the underlying configuration issue. If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
Unable to save a project in scancode.io where is scancode.io is configured through Docker compose deployed based instance running on Azure Debian linux machine.
Able to get the instance running but when we try to add project it through the Forbidden (403)
CSRF verification failed. Request aborted. error.
Running this instance with HTTP protocol itself.
All reactions