-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
Short question what do you have set as prefix in your workflow.php config file? |
'prefix' => ''
From: Max Hutschenreiter ***@***.***>
Sent: Wednesday, 21 September 2022 7:05 PM
To: 42coders/workflows ***@***.***>
Cc: hikoukinin ***@***.***>; Author ***@***.***>
Subject: Re: [42coders/workflows] addTrigger and addTask - 403 errors at workflow.js:28654 (Issue #34)
Short question what do you have set as prefix in your workflow.php config file?
—
Reply to this email directly, view it on GitHub <#34 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOGMCYOH3G343FD7X7VP6DDV7LFSNANCNFSM6AAAAAAQDZ2XLY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AOGMCYPDB6QRUNFAI3OMJG3V7LFSNA5CNFSM6AAAAAAQDZ2XL2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSKWWOC6.gif> Message ID: ***@***.*** ***@***.***> >
|
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 ... |
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.
From: Max Hutschenreiter ***@***.***>
Sent: Friday, 23 September 2022 8:38 PM
To: 42coders/workflows ***@***.***>
Cc: hikoukinin ***@***.***>; Author ***@***.***>
Subject: Re: [42coders/workflows] addTrigger and addTask - 403 errors at workflow.js:28654 (Issue #34)
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'
—
Reply to this email directly, <#34 (comment)> view it on GitHub, or <https://github.com/notifications/unsubscribe-auth/AOGMCYOQQRVYLYBOSKGAHDDV7WB7VANCNFSM6AAAAAAQDZ2XLY> unsubscribe.If
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AOGMCYLFCD25ISD53LS5GM3V7WB7VA5CNFSM6AAAAAAQDZ2XL2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSK3XJOQ.gif> Message ID: < ***@***.***> ***@***.***>
|
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. |
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
The text was updated successfully, but these errors were encountered: