Skip to content
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

addTrigger and addTask - 403 errors at workflow.js:28654 #34

Open
hikoukinin opened this issue Sep 3, 2022 · 7 comments
Open

addTrigger and addTask - 403 errors at workflow.js:28654 #34

hikoukinin opened this issue Sep 3, 2022 · 7 comments

Comments

@hikoukinin
Copy link

addTrigger flow:

addNode - workflow.js:38664
dispatch - workflow.js:38961
(anonymous) - workflow.js:38262
(anonymous) - 1:220
ajax - workflow.js:27976
send - workflow.js:28454

@Max-Hutschenreiter
Copy link
Contributor

Short question what do you have set as prefix in your workflow.php config file?

@hikoukinin
Copy link
Author

hikoukinin commented Sep 21, 2022 via email

@hikoukinin
Copy link
Author

hikoukinin commented Sep 21, 2022

Uninstalled and reinstalled. Issue still exits
42workflow adTrigger 403

@hikoukinin
Copy link
Author

Laravel.log

@Max-Hutschenreiter
Copy link
Contributor

By default, the package is running at /workflows with the prefix you can change it. It seems that you are running it at /42workflow/workflows, so I guess you added a group or something around the routes ...
You could try to change the prefix to = '42workflow/workflows'

@hikoukinin
Copy link
Author

hikoukinin commented Sep 23, 2022 via email

@hikoukinin
Copy link
Author

Laravel is installed in as project 42workflow at https://domain/42workflow. The 42workflow package was installed using composer creating the workflows folder, resulting in in https://domain/42workflow/workflows. If I change the prefix from ‘workflows’ to ‘42workflow/workflows' I get a 404 error for https://domain/42workflow/workflows.

web.php updated exactly from the documentation, no other customisations made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants