Error when trying to authentica pro #696
-
Hi I am trying to get a colleague of mine to get Laravel Backpack to work on his laptop, I am using Mac and he uses windows. Do you guys have tips to fix it or a solution? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello @woutvdpol could you please check your license is exactly for the version you are try to install, didnt copy any white space, etc. Could you send us a screenshot if the problem persists. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Hello @woutvdpol you was it possible for you to move forward with this problem? Cheers. |
Beta Was this translation helpful? Give feedback.
Yup, I would think it's the above too. 90% of the time when people get this error, it's because they have access to everything until 2.0.8 (for example) but they're trying to install the latest (at this time 2.0.13). To see if that's the case for you, go to your Tokens page and see if the token no longer has access to PRO.
If that's the case, you can:
composer.json
so it downloads the last version you have access to (eg."backpack/pro":"2.0.8"
);When you try to install a version you don't have access to, Backpack will send the token owner an email, telling them exactly what versi…