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
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
Hi!
I use your crawler for quite some time already and thought I already had a working version but now coming back to the project again with the latest release (2.1.0). I have the following problem.
I can register, sign in and click on the new search button but entering a url in the form and submitting it will give me the following error:
Request URL: http://crawler.test/api/v1/users//searches
Request Method: POST
Status Code: 404 Not Found
I have no idea where the double slashes are coming from because all other routes are correct.
The other thing i noticed is that on every request I also see in the browser debug panel the following error:
Request URL: http://crawler.test/api/v1/users/me
Request Method: GET
Status Code: 401 Unauthorized
Using homestead with php 7.2.
Do you have a glue where the problem could be? Of course I followed all the installation instructions.
The text was updated successfully, but these errors were encountered:
Hi!
I use your crawler for quite some time already and thought I already had a working version but now coming back to the project again with the latest release (2.1.0). I have the following problem.
I can register, sign in and click on the new search button but entering a url in the form and submitting it will give me the following error:
I have no idea where the double slashes are coming from because all other routes are correct.
The other thing i noticed is that on every request I also see in the browser debug panel the following error:
Using homestead with php 7.2.
Do you have a glue where the problem could be? Of course I followed all the installation instructions.
The text was updated successfully, but these errors were encountered: